Home › Forums › WoodMart support forum › sale price sale price This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by Elise Noromit. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts July 4, 2021 at 6:53 pm #304411 asulinmoshParticipant Hey, I want to change the color of the text, “price” only when sale price, how do I do it? July 4, 2021 at 9:31 pm #304440 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: body .price ins .price { color: red; } Best Regards July 4, 2021 at 9:42 pm #304445 asulinmoshParticipant Hi, Thanks a lot, but it does not work. It did not change the color at all. Attachments:You must be logged in to view attached files. July 5, 2021 at 8:39 am #304505 Elise NoromitMember Hello, Sorry, please reaplce the code with this one: body .price ins .amount { color: red; } Best Regards July 5, 2021 at 10:04 am #304526 asulinmoshParticipant Excellent!!! Thank you!! July 5, 2021 at 10:23 am #304535 Elise NoromitMember You are welcome! If you have any questions please feel free to contact us. Best Regards Author Posts Tagged: Sale price Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to create new topics. Login / Register