This topic has 4 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler
Hi there,
I’m trying to change cart background color of the header (screenshot) http://prntscr.com/jofiny
But can’t finding any option. Can you guys tell me how can I change the background?
My site link is https://www.secureshop247.com/
Hello,
You can disable “Icon with background” in Theme Options > General > Header Settings or use this code in Theme Options > Styling > Custom css to change the background:
.shopping-container.ico-bg-yes .cart-bag:after {
background-color: black;
}
Regards
thanks its working
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up