Text color on product elements
-
Hi
Where can we change the color of the product elements marked on the print?
We already change all colors on the theme Style and Colors and on Typography Settings but none of theme changed the color of this elements.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the URL of the website to check it myself and help you out accordingly.
Best Regards
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.product-grid-item .price del .amount, .product-grid-item .wd-product-sku, .product-grid-item .star-rating:before, .product-grid-item .wd-price-unit {
color: orange;
}
Best Regards