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 Styling the form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Paula Klaman
    #2053

    What is the name of the file from the plugin where we can change the style of the search and filter form?

    Thanks

    Ross Moderator
    #2058

    Hey Paula

    You need to be able to do some css in order to modify the look.

    The best place is to modify your style.css in your theme folder.

    Then you can in rules for the search form:

    .searchandfilter input
    {
    background-color:#ccc;
    }

    For example, to see the CSS from the plugin though, just go in the plugin folder:

    search-filter-pro\public\assets\css\search-filter.css

    But when you update the plugin you will lose your changes, so best to stick to the theme style.

    🙂

    Paula Klaman
    #14469

    How do I change the code to make the lists expand and collapse?

    Thanks!!!

    Ross Moderator
    #14474

    I’m not sure what you mean?

    Paula Klaman
    #14478

    When the search form is displayed on the webpage, it lists all my categories as check boxes. Is there a way to collapse this list so someone can expand or close it? Otherwise it’s so long.

    Ross Moderator
    #14485

    Hi Paula

    You could do this with CSS but its not a feature of the plugin.

    Alternatively you could try setting your input as a multiselect, and ticking “combobox” – its not the same thing but allows you to browse many values efficiently.

    Thanks

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

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