This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
I would like to remove the category links from under the product title on the single product page.
I would also like to remove the reviews from the single products page, any help would be appreciated, thank you
Hello,
1. You can disable them in Theme Options -> ECommerce -> Product page layout -> Show product categories
2. Use this plugin to disable reviews completely https://wordpress.org/plugins/disable-woocommerce-reviews/
Regards
The plugin for reviews worked great thank you, I still have a problem with the categories. On my single product page, the page for the individual product, the categories show up under the product title, I want those removed, and there is no option for it under Single Product Page,
Thank you
Hi,
Try to add this code to the Custom CSS to hide categories
.product-information .products-page-cats {
display:none;
}
Regards
It worked perfectly, your help was greatly appreciated, thank you
You are welcome 🙂
You must be logged in to reply to this topic.Log in/Sign up