Hi, after a user adds a product to cart it shows a box with a “continue shopping” button above the cart inside the cart page. How can I make the background of that box to be black and the button to be white?
Thanks!
Hey DROR,
Please try this code in the General Styling > Quick CSS field:
#top div.woocommerce-message {
border-color: #000 !important;
background-color: #000 !important;
color: #fff !important;
}
#top div.woocommerce-message a.button {
color: #000 !important;
background: #fff !important;
}
Best regards,
Mike
Thanks!
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike