Home › Forums › WoodMart support forum › Change color price Change color price This topic has 3 replies, 2 voices, and was last updated 3 years, 11 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 26, 2021 at 3:55 am #276399 rodrigo17rParticipant Hola, quiero cambiar el color del precio en oferta. Ejemplo: precio normal (negro), precio en oferta(rojo). Gracias. March 26, 2021 at 10:07 am #276475 Aizaz Imtiaz AwanKeymaster Hello, Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS. del .amount { color: red; } body .price ins .amount { color: black; } Best Regards March 26, 2021 at 1:54 pm #276579 rodrigo17rParticipant Hola, gracias por tu respuesta. March 27, 2021 at 6:13 am #276765 Aizaz Imtiaz AwanKeymaster Hello, You are Most Welcome. Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS. del .amount { color: black; } body .price ins .amount { color: red; } Best Regards. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register