This topic has 4 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hello,
i like to disable the related product and hide the category of the product.
Where i can disable it?
Hello,
You can disable related products in Theme Options > Single Product Page > Display related products > Off.
To hide category of a product add this code in Theme Options > Custom CSS > Global Custom CSS:
.product_meta .posted_in {
display: none !important;
}
Best regards,
Jack Richardson.
Worked!
Thanks a lot.
Hello,
You’re welcome!
Regards,
Robert Hall
Tagged: disable, products, related, seo friendly, themes, woocommerce, wordpress
The issue related to '‘Disable Related Products’' has been successfully resolved, and the topic is now closed for further responses