Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1083895

    WoodWatchCo
    Participant

    I’m having trouble changing the colors of prices site-wide including my product pages, cart, checkout, etc. Can anyone provide a CSS snippet? Thanks in advance.

    #1083896

    WoodWatchCo
    Participant
    This reply has been marked as private.
    #1084421

    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    /*product page*/
    .woocommerce .price > .amount {
    	color: red;
    }
    
    /*cart page / checkout page*/
    span.woocommerce-Price-amount.amount {
        color: red;
    }
    

    Feel free to replace those color value.

    Hope it helps, Cheers!

    #1087060

    WoodWatchCo
    Participant

    Beautiful, thank you. You guys are helpful as always 🙂

    #1087202

    Joao
    Moderator

    Glad to hear it.

    Joao