Difference the sale price and the regular price
-
Hi! Is there a way to make the sale price more grey? I need to differenciate them both in some way
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.price ins span bdi span{
font-size:20px;
}
Best Regards
I added the code and the problem is still there
Hello,
Please provide the page URL with the sales products. I will double change.
Best Regards
https://givers33.sg-host.com/tienda/
The first product is the one on sale
Hello,
This page does not contain the sales product. The sample of the sales product is shown in the screen: https://gyazo.com/44ed89b413876d4dc9198536094d5df2
If you have any questions please feel free to contact us.
Best Regards
I don’t get it. If you access the link that I sent, you will see the store page of my website. Scroll down a little bit and you will see that the first product is one that has a sale price. And there you’ll see my problem. I attach a screen so you can understand me
Attachments:
You must be
logged in to view attached files.
Hello,
Please replace the code with this one:
body .price ins span bdi{
font-size:30px!important;
}
Best Regards