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

    Hi,

    Please check:
    https://prnt.sc/noRHMYB4THRY

    The green background should be >> #CB9F2C
    The text should be >> #003D1D
    The button should be https://prnt.sc/PgXJ1EBCe4LA >> #8A0304 & text white + when you hover over the button the text should be #CB9F2C

    Thanks for support!

    #1366943

    Hey mvanstee,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top div.woocommerce-message {
        background-color: #CB9F2C;
    }
    
    #top div div.woocommerce-message a.button {
        background: #8A0304;
    }
    
    #top div div.woocommerce-message a.button:hover {
        color: #CB9F2C;
    }

    Best regards,
    Rikard

    #1366948

    Thnx! Works well :-)

    #1366981

    Hey,

    Glad Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the colors of the message when you add a product to your basket’ is closed to new replies.