This topic has 6 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
Hi
I would like to know how to change the color of the background of the green display when the customer is adding a product on the cart. At the moment it is displayed as a green banner on the bottom of the page saying: “…. has been added to your cart. View cart”. Like for the website: https://www.witchery.com/milano-knit-dress-60259644 when you had the article to a cart.
Thanks!
Is there a way that we can change those settings and maybe displays that message close to the cart (top) with an image?
Hi,
1) Add the next code in Theme Options > Theme Custom CSS:
.sticky-message-on .content-page .woocommerce-message {
color: black;
background-color: #fdefdf !important;
}
2) There is no such possibility, by default.
Regards
Thanks for that quick reply.
Do you know if there is such plugin doing that?
Thanks!
Hello,
You can enable the off-canvas minicart like on the example that you provided http://prntscr.com/v6usy7 after adding to the cart. Will it be suitable for you?
Regards
yes It would. How can I enable that feature?
Thanks!
Hello,
1) Go to Theme Options > Header builder > Cart > choose the mini cart type – Off-canvas.
2) Add the Ajax add to cart for the variable products https://wordpress.org/plugins/woocommerce-ajax-add-to-cart-for-variable-products/ or https://wordpress.org/plugins/woo-ajax-add-to-cart/ to allow adding of the variable products with Ajax without page refresh and opening the mini-cart instead.
Regards
You must be logged in to reply to this topic.Log in/Sign up