- This topic has 1 reply, 2 voices, and was last updated 10 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › How to hide 'search' box using CSS
Tagged: search
Hi,
Earlier you mentioned that I can not have two forms: one form for search box, one form for filter. Now I have a solution: I still put one search box (hard coding) and one filter form. As long as I also put a search box in filter form, the keyword I type in the hard code search box will show up in the search box in filter form. How can I hide the search box in filter form using CSS, so that I don’t confuse users by having two search boxes?
I don’t have the code to hand but you can see if you look at the code there are classes for each field – something like:
.searchandfilter .sf-field-search
{
display:none;
}
Thanks