Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro How to hide 'search' box using CSS

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • JENNIFER LIN
    #23020

    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?

    Ross Moderator
    #23181

    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

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Search & Filter Pro’ is closed to new topics and replies.