Forums Forums Search & Filter Pro Stylesheet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #6792

    Hello,

    I can’t seem to find the CSS stylesheet for this plugin. I want to change the styling from being a list (vertical).

    Please let me know where I can change the style.

    thanks!

    Ross Moderator
    #7002

    Hey Paula

    You can find the frontend CSS file here: plugins\search-filter-pro\public\assets\css\search-filter.css

    However I do not recommend you update this, I would add any custom CSS in your themes style.css.

    A very basic rule would look like:

    .searchandfilter
    {
        border:1px solid #f00;
    }

    Thanks

    Anonymous
    #7023

    Thanks

    Does the plugin have an advanced feature where I can display the categories as images (but people can still select multiple icons to then filter?)

    Ross Moderator
    #7031

    Hey Paula unfortunately not.. you *could* do this with css but it’d be a bit tricky.

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