New Landing How can we help? Atelier Added to cart top message border color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #323811
    kodanska
    Member
    Post count: 36

    hello i have been changing my color scheme and it all works well except for one color. This is the color of the message at the top confirming the product has been added to cart. I cannot find out which color to change in the customizer or color scheme. Can you help out?

    see pic

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #323968
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.
    Change to the desired color.

    .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error {
        color: #bb4c4c;
    }

    -Rui

    #324337
    kodanska
    Member
    Post count: 36

    Thank you, works really well!

    #324388
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Nice. Glad it’s sorted.

    -Rui

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.