This topic has 6 replies, 3 voices, and was last updated 7 years, 10 months ago ago by Olga Barlow
hello, my web site shopping cart some color is not appear.
please check picture.
how i change it? thanks.
if i change styling > main color change, shopping cart background color changes red 🙁
Hello,
How can we add something to cart to see the issue on your website?
Regards
Sorry, we have found your products. It seems that cart widget works correctly. Here is a code snippet to remove red background from it
.header-simple.header-color-dark .cart-bag {
background:none;
}
Regards
hello serg thanks, i did fix main menu background but i dont fix fixed menu shopping cart background color, how i fix too.
Hello,
Sorry for this inconvenience, we’ll fix this issue in next theme update. Add the following code instead of the previous one
.global-header-simple .header-color-dark .cart-bag, .header-simple.header-color-dark .cart-bag {
background:none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up