Change Woocommerce "Green tick" background color

Hi guys,

Client has requested I changed the green “tick” that appears when you add something to cart.
Could you please help me out with the CSS?

http://35.239.190.254/shop/

Thanks,
Chris

Hi Chis,

Thanks for reaching out.

You can change its color in Theme Options > Woocommerce > AJAX ADD TO CART.

Hope this helps :slight_smile:

Hey there thanks for the suggestion but it doesn’t work sadly. Tried that earlier!

Hey Chris,

Our apologies for the confusion. You can only change the background color of the loading notification message through the Theme Options.

If you want to change the background of the success icon, you will have to change it through custom CSS. Please add this code in X > Theme Options > CSS:

.x-cart-notification.added:before {
    background-color: #46a546 !important;
}

Please change #46a546 in the code above to the background color you want to use.

Hope this helps.

That’s perfect thank you! :slight_smile:

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.