This topic has 2 replies, 2 voices, and was last updated 7 years ago ago by Amzy Leel
Hi. the crossed out regular price is showing but not the sale price on the shop page or the single products page.
Hi,
The problem is your price text color and backgroud color are same as black.
Now I have added the following CSS code in your custom CSS area>>global custom CSS
.price ins .amount {
color:#b2b2b2 !important;
}
if you want to change the color just change the color code.
Regards,
You must be logged in to reply to this topic.Log in/Sign up