Support Forums

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

Forums Forums Search & Filter Pro Collapse or Dropdown with checkboxes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Theresa Tichich
    #209805

    How do I combine the dropdown/collapsible category menu with checkboxes like you have in your movie search demo?

    Trevor Moderator
    #209809

    Do you mean the genres field?

    It uses Custom CSS:

    .searchandfilter > ul > li[data-sf-field-input-type="checkbox"] > ul,
    .searchandfilter > ul > li[data-sf-field-input-type="radio"] > ul {
      max-height: 150px;
      overflow: auto;
    }
    Theresa Tichich
    #209815

    I see the checkbox for custom css but where do I put it? Is there a css file to edit for “Search and Filter”?

    Trevor Moderator
    #209823

    It would have to be in your theme, such as Appearance > Customize > Additional CSS, as we do not have a Custom CSS option panel.

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

You must be logged in to reply to this topic.