Home › Forums › WoodMart support forum › Change the color of product price Change the color of product price This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 14, 2019 at 11:58 am #132617 milugaParticipant 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. July 15, 2019 at 6:08 am #132674 Elise NoromitMember 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 July 16, 2019 at 12:59 pm #132948 milugaParticipant 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 July 16, 2019 at 3:25 pm #132969 Elise NoromitMember Hello, You need to change the primary color in the Theme Settings > Styles and color Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register