I've been studying several pages on customization on Zazzle and 3rd party Zazzle related sites, but I cannot figure this one out...
I've moved the "Search this store" to the top of the navigation bar (as I do not want to have a home button / link at the top); however, I am getting a unwanted whitespace above the search box. I removed the HR section from the CSS , but it still appears there.
I then checked the page source for my products page and came up with this:
Quote:<div class="productSearchCell">
<div class="hr"></div>
<h3>Search this Store </h3>
<div class="clearfix">
It appears productSearchCell class is inserting a HR above the Search Box by default(?)
Is there anyway to override this behavior?
I've found this override on a CSS page, but not entirely sure if could work, or where to place it, as I only want to remove the HR above the Search field and not above the other navigation bar elements.
Quote:hr { display: none; }