Hey guys,
Hope this isn’t too noobie, but here goes.
I’m trying to control the css of the woocommerce message. I’ve tried many variations of …
#top div.woocommerce-message {
border-color: red!important;
background-color: red!important;
color: white!important;
}
…but nothing seems to affect it? What am I doing wrong?
Hey Itai,
Can you post a link to your page? where we can this message, so we can take a closer look.
Best regards,
Nikko
Hey Nikko
You would have to make an order, go to the cart page and remove an item from your cart. When you remove an item the message will appear on the top of the page in a green box…
https://heaven11audio.com/shop/
Cheers,
Hi,
This is the CSS which is currently being applied:
div.woocommerce-message {
border-color: #8BAF5B;
background-color: #E0F1B5;
color: #4F5F39;
}
So it seems like you have the correct selector, where are you placing the CSS? You could try it in Quick CSS if you haven’t put it there already.
Best regards,
Rikard
Hi Rikard,
Yes, that’s where I placed it, in the quick CSS. It doesn’t have any effect on the cart message…
now it works… :-/
Guess it was my cache.
Never mind !
cheers,
i
Hi,
Glad that Rikard helped you. Thanks for using Enfold :)
Best regards,
Nikko