Home Forums WoodMart support forum About the select category

About the select category

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #600212

    btools
    Participant

    About the select category
    I have added 3 levels of product categories, for example I have added the product category “transmission parts”, added the product category “chain”, and the parent product category of the product category “chain” is “transmission parts”, added the product category “transmission chain”, and the parent product category of the product category “transmission chain” is “chain”.
    At this point, when searching for a product category, it will show all 3 levels of product categories to choose from, as shown in the image below. But I only want to show the first level of product categories, not show the second category “chain”, not show the third category “transmission chain”.
    My first category is Accessories, Clocks, Cooking, Furniture, Lighting, Toys, transmission parts. I need only show the first category Accessories, Clocks, Cooking, Furniture, Lighting, Toys, transmission parts in the select category, how to do?

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

    Hung Pham
    Keymaster

    Hi btools,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

    Regards,

    #600696

    btools
    Participant

    I have fixed the question now, thank you very much!

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

The topic ‘About the select category’ is closed to new replies.