[Resolved] Change the colour of price in woocommerce

Home Forums Support [Resolved] Change the colour of price in woocommerce

Home Forums Support Change the colour of price in woocommerce

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #262974
    rtomc

    Hy,

    I need change the colour of the prices in woocommerce.
    I found, in this forum, how to change “add to cart” button, but I do not know how change only de colour of prices.

    Can anyone explain it me?

    Thanks !

    RMR

    #262977
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .woocommerce-Price-amount.amount {
        color: #81d742;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    If it doesn’t work can you provide a link to the site?

    #263040
    rtomc

    Done !

    Thanks !

    #263041
    Leo
    Staff
    Customer Support

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.