Forums Forums Search & Filter Pro Want to make an edit to this line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #196991

    Hey Trevor,

    I’m trying to add style=”display: none;” to this line of code:
    <ul data-operator=”and” class=””>

    Screenshot

    I cannot find which file to make this edit in the Search and Filter plugin. It would be greatly appreciated if you could tell me which line and which file to edit.

    Cheerss,
    Gary

    Trevor
    #197007

    You would need to add custom CSS to your theme like this (making it specific to that form):

    #search-filter-form-19387 .sf-field-taxonomy-clothing > ul {
      display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)