Home Forums WoodMart support forum Menu list in category Reply To: Menu list in category

#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.