This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hello.
Can I change the name of category under the goods ~ here https://imgur.com/UGAdKHN ?
But i want that it does not change left in the category https://imgur.com/sj8FyVT
Is this possible?
Hello,
Unfortunately, there is no such possibility.
Regards
What about “PRODUCT DESCRIPTION”
Screenshot: https://imgur.com/G32vR8Y
Is it possible to delete this line?
Hello,
Please add this code in Theme Options > Custom css:
.product-information-inner .meta-title {
display: none;
}
Regards
but https://imgur.com/JG6BMwt not deleted
How to remove the arrow too?
Please change the previous code to:
.product-information-inner .product-navigation {
display: none;
}
Regards
Thanks Rose Tyler
Works <3
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up