The labels on the product page
-
Hello there.
How can I hide the labels on the product page?
Thank you.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to hide them
.product-image-summary .product-images .labels-rounded {
display: none;
}
Regards
Hi.
The solution you suggested did not work. What can I do?
Thanks.
Attachments:
You must be
logged in to view attached files.
If you want to hide product tags, you can use this code
.tagged_as {
display: none!important;
}
Thank you very much.
.product-image-summary .product-images .labels-rounded {
display: none;
}
what is this code for?
This for product labels like “Sale” or “New”.
Regards