Home Forums WoodMart support forum Menu list in category

Menu list in category

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #189865

    peart323
    Participant

    Hi,
    Great theme!
    Could you help me figure out how to remove other categories (I need to leave only a few categories in this menu)
    I gave an example in the screenshot.
    Thanks you!

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

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    I saw the screenshot you attached. Unfortunately, there is no option in Theme Settings available to remove some categories from the page title. You need to do this with Custom CSS you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-product-categories.has-product-count .cat-item-42 {
    display: none;
    }

    This will remove the category whose id will be 42 you can set it according to your needs.

    Best Regards.

    #189929

    peart323
    Participant

    thank you, it works
    How can I list several categories?
    For each category, do you need to register such a block, or can it be separated by a comma?

    #190154

    Hello,

    You are Most Welcome.

    You need to add the classes of the categories you want to remove and separate the classes with commas.

    For Example:

    .woodmart-product-categories.has-product-count .cat-item-42, cat-item-43,.... {
    display: none;
    }

    Best Regards.

Tagged: 

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