Home Forums WoodMart support forum Selected Category in search box

Selected Category in search box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192023

    bdcloud
    Participant

    I have a few main categories and lots of subcategories. How can I show only the main Categories or the selected Categories in the search box? attached screenshot

    Attachments:
    You must be logged in to view attached files.
    #192060

    Hello,

    I saw the screenshot you attached.

    Unfortunately, there is no option in theme settings available to show only main categories or selected in the categories dropdown.

    You can hide the categories you don’t want to display by using Custom CSS code.

    For example to hide a category with ID 73 use this code

    .search-by-category .cat-item-73 { display: none; }

    Best Regards.

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