BeTheme Shop message bar "Added to basket" in green - how to change?
Hi
The standard shop message bar Added to cart is in strong, light green color.
Where do I change or remove this?
Br Jens
Hi
The standard shop message bar Added to cart is in strong, light green color.
Where do I change or remove this?
Br Jens
Comments
Hello,
To change the color/remove it, you will have to create CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS. If you need help with it, please, let me know, but I will need a link to your website.
Thanks
Sure, I have managed to change the color of the bar with this:
But it does not effect the box with the check mark on the left or the link to the right:
.woocommerce-message {
background-color: #85541A !important;
}
Thanks
Please, use the following CSS code:
Thanks
Great - that solved the check mark box.
Thanks