Archived topic
Change the appearance of prices
7 replies · Started by Mårten on November 19, 2018
Hi!
I want to change the color on the discount price and an overline on the usual price.
I use a plugin to manage discount on the entire shop. But I wonder if there is any way to make changes so it looks pretty much as I want. :)
Thank you!
Hi there,
Thanks for mentioning you are using a plugin to manage discount. I was very confused today why strikethrough isn't showing on the usual price today :)
WooCommerce adds the strikethrough by default so you will have to ask the plugin support (the manage discount one) how you can add it back.
As for the color, can you also ask the plugin support if there is a way to add a special class to the discounted price? Currently the usual price and discount price has the exact same classes so we can't just select one.
Let me know :)
Hi,
I can imagine that. :)
I have contact the plugin support and waiting for reply now.
Thanks for your quick reply.
Sounds good :) Let me know what they say.
Hi!
I have the same issue. I want to style the normal price differently from the sale. Is there already a solution?
Thanks.
What are you trying to change? Can you link me to the page in question?
Feel free to open a new topic so you can use the private URL field.
Let me know :)
I would like to make the sale price red colored and a different size. Is that a possibility?
You can find a product here: https://wesleyfeijth.nl/product/groot-latex-hoofdkussen/
Try this CSS:
ins .woocommerce-Price-amount {
font-size: 25px;
color: #333;
}