Home New Guten Forums WoodMart support forum how to prevent subcategories from showing up in search

how to prevent subcategories from showing up in search

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

    sales.gvesi
    Participant

    how to prevent subcategories from showing up in search

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

    Hung Pham
    Keymaster

    Hi sales.gvesi.,

    Thanks for reaching to us.

    Sorry but there is no option available for that. You can try adding the following Custom CSS to Theme Settings > Custom CSS > Global custom CSS. This will hide sub-categories from the search dropdown.

    .wd-search-cat ul.children {
        display: none;
    }

    Regards,

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