This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago ago by Rose Tyler
Hello,
How do i change the background color of the bottom slide up confirmation when adding to cart?
Thanks
Hello,
Add this code in Theme Options > Theme custom CSS:
.sticky-message-on .content-page .woocommerce-message {
background-color: grey !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up