Archived topic
Woocommerce "cart updated" message color
3 replies · Started by brianna on June 14, 2017
Hello
I've been doing great with styling my pages and woo commerce. The item I'm having trouble with doesn't appear unless you update the cart. In which case a bar across the cart area appears and says "cart updated" i can change the color of that background except a small vertical rectangle at the beginning of the section which appears to be gray. I'd like to have the section be solid without the gray rectangle. Here's my cart page https://blackbutcher.com/cart . You'll have to add an item to the cart and update to this please.
Hi there,
Try this CSS:
.woocommerce-message {
border-left: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you it worked!
No problem!