remove % discount in the product card
-
Good afternoon, author. Please tell me how you can remove the % discount that is reflected on the product card? see the screen
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .onsale {
display:none;
}
Best Regards
Thanks for the reply. please also tell me how you can hide the names of categories and labels in the product cards, but without breaking the linking and without harming seo? Screenshot in the attachment
Attachments:
You must be
logged in to view attached files.
Hello,
Please clarify which labels you mean, provide the screen. In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
Please add this code to the Theme Settings > Custom CSS > Global:
.single-product-content .product_meta > span.posted_in{
display:none;
}
Best Regards