This topic has 4 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi. I would like to hide the “mens, rings” tags and catergories, and hide “compare”, “sku”, “tags”, and “zoom images button” from the single products page. How do I do that?
Hello,
To remove Compare go to Plugins > and disable Compare plugin. To remove all the other info add the following code in child theme style.css
.product-information .products-page-cats,
.product-info-wrapper .products-page-cats,
.product-summary-center .products-page-cats,
.product-information .product_meta,
.product-info-wrapper .product_meta {
display: none;
}
Regards
thanks again Olga. My products page looks nice and clean now.
Hello,
You’re welcome!
Regards
The issue related to '‘hide items from single product page’' has been successfully resolved, and the topic is now closed for further responses