Home Forums WoodMart support forum Is it possible to hide sub categories from the Page title , in the shop page? Reply To: Is it possible to hide sub categories from the Page title , in the shop page?

#395500

Luke Nielsen
Keymaster

Hello,

Ok, in this case, try to use the below code for hiding the dropdowns, enter it into the “Custom CSS for desktop” area that is in Theme Settings -> Custom CSS.

.page-title .wd-nav-product-cat .cat-item .children.wd-dropdown {
    display: none;
}

Kind Regards