Change the color of product price
-
Hello
How can I change the color of product price and the discounted price.
In the product page and/or rest of productos lists pages
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please modify the above code as per your needs and add it to the Theme settings > Custom CSS:
/* STYLE OF FIRST PRICE */
.product-grid-item .price del {
color: red; /* COLOR */
font-size: 16px; /* SIZE */
}
.product-grid-item .price del .amount {
color: red; /* COLOR */
font-weight: 600; /* FONT WEIGT */
}
/* STYLE OF SECOND PRICE */
.product-grid-item .price ins .amount {
color: blue; /* COLOR */
font-size: 16px; /* SIZE */
font-weight: 600; /* FONT WEIGT */
}
Best Regards
Hello thanks!!
How can I do it, also on the prices of product page
How can i do it the rest of prices, all of prices also without offers.
thanks a lot
Hello,
You need to change the primary color in the Theme Settings > Styles and color
Best Regards