Home › Forums › WoodMart support forum › Delete categories of Related Products › Reply To: Delete categories of Related Products
April 27, 2024 at 10:45 am
#561231

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.single-product .product :is(.wd-product-cats,.wd-product-brands-links) {
display: none;
}
Best Regards.