[Support request] Change the appearance of prices

Home Forums Support [Support request] Change the appearance of prices

Home Forums Support Change the appearance of prices

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #731693
    Mårten

    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!

    #731700
    Leo
    Staff
    Customer Support

    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 🙂

    #731715
    Mårten

    Hi,

    I can imagine that. 🙂
    I have contact the plugin support and waiting for reply now.

    Thanks for your quick reply.

    #733501
    Leo
    Staff
    Customer Support

    Sounds good 🙂 Let me know what they say.

    #1033565
    Wesley

    Hi!

    I have the same issue. I want to style the normal price differently from the sale. Is there already a solution?

    Thanks.

    #1033581
    Leo
    Staff
    Customer Support

    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 🙂

    #1038669
    Wesley

    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/

    #1039054
    Leo
    Staff
    Customer Support

    Try this CSS:

    ins .woocommerce-Price-amount {
        font-size: 25px;
        color: #333;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.