This topic has 4 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Rose Tyler
How I can remove “Product Description” words below my product title?
Hello,
Try to add the next code in Theme Options > Theme custom CSS:
.single-product .product-navigation {
display: none;
}
Regards
It worked, thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up