Home Forums WoodMart support forum Remove certain categories from search dropdown

Remove certain categories from search dropdown

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

    jinsley8
    Participant

    Hi,

    Is there any way to remove specific categories from the search bar dropdown but still have it search these for results when All Categories is selected?

    #22066

    Artem Temos
    Keymaster

    Hello,

    It is possible only with additional custom CSS to hide particular categories by ID field. For example to hide a category with ID 73 use this code

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

    PS. Your website looks very nice and clean. May we use it for our showcase on ThemeForest and our website home page?

    Thank you

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