This topic has 6 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
I have a major issue with trying to figure out how to change the cart icon color on the mobile version of my site. I don’t mind the way it looks on a desktop but the fact that the cart isn’t visible for anyone on a mobile device is a bit of an issue. Can anyone Please! help me with figuring this out? I think it maybe hurting my conversions. My site is Goons and Galaxies
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.cart-bag .ico-sum {
background-color: black;
}
.cart-bag .ico-sum::before {
border-color: black;
}
Regards,
Eva Kemp.
Thank you for your reply.
As this has seemed to make the quantity in the cart visible, however the cart is still not visible. Any other thoughts would help greatly!
Hello,
Please provide WP admin credentials in Private Content.
Regards,
Eva Kemp.
I have the private content attached. Sorry I have been trying to reply but for some reason it wont post my responses.
Hello,
I’ve added this code in Global Custom CSS:
.cart-bag .ico-sum, .cart-bag .ico-sum::after {
background-color: black;
}
.cart-bag .ico-sum::before {
border-color: black;
}
Please check cart widget now.
Regards,
Eva Kemp.
Tagged: best selling, cart, mobile, preview, themes, visible, woocommerce
You must be logged in to reply to this topic.Log in/Sign up