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?
Thanks,
Chris
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?
Thanks,
Chris
Hi Chis,
Thanks for reaching out.
You can change its color in Theme Options > Woocommerce > AJAX ADD TO CART.
Hope this helps
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!
Glad we were able to help
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.