Home Forums WoodMart support forum How to show only parent category in the search bar 2024

How to show only parent category in the search bar 2024

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

    iRomeK
    Participant

    Hey guys,

    I found this Topic, but the given CSS won’t work.

    https://xtemos.com/forums/topic/how-to-show-only-parent-category-in-the-search-bar/

    Neither the one for the single category (Yes I changed the Item ID) nor the global one for .children.

    Is there any new solution for 2024?

    Thank you very much,
    iRomek

    #543841

    Hello,

    Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dropdown-search-cat .children li a {
        display: none
    }

    Best Regards.

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