This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hey. I want to remove PRODUCT INFORMATION-product code-category. All of them under product photos.
Hello,
You can use this custom css code:
.single-product-page .product-info h4,
.single-product-page .product-info .sku_wrapper,
.single-product-page .product-info .posted_in {
display: none;
}
Regards
Thank you, Rose! Worked perfectly!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up