Change product previous price color
-
Am trying to change the color of the products original price (the one in grey when a product is on sale) using the css below. On dekstop, everything is the way i want it but when i check on my mobile device(real device), the strikethrough line is still grey.
Below is the CSS am using
/*Product original price*/
del .amount {
color: #E30425;
text-decoration: #E30425 line-through !important;
}
Attachments:
You must be
logged in to view attached files.
Hello,
I see the same color on both desktop and mobile view: https://gyazo.com/61323959565167694c8dd24f65be44e8
Please advise how I can reproduce the problem.
Best Regards
I just checked on an android device and it looks okay but on my iphone, the strikethrough line is still grey. I have cleared my cache and tried different browsers but still
Hello,
Please remove your custom, it is not correct.
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down. In your case you need to choose “old price” https://prnt.sc/21dpkmn Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Change product previous price color’ is closed to new replies.