Home › Forums › WoodMart support forum › Remove or change the default products category › Reply To: Remove or change the default products category
October 28, 2022 at 2:00 pm
#417132
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.archive .wd-nav-product-cat .cat-item.cat-item-21 {
display: none !important;
}
Hope this helps !
Best Regards