This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hi,
I have a trouble with the color cart-bag, because when the menu fixed header is enabled, the color is white, I need that will be black. I change the setting but It doenst change the color.
Regards
Hello,
Try this code to make it nice (Theme Options > Styling > Custom CSS)
.fixed-header .cart-bag {
border: 2px solid black;
}
.fixed-header .cart-bag:before {
border: 2px solid black;
}
.fixed-header .cart-bag .badge-number {
color: black;
}
Regards
Perfect,
Thanks
Hello,
You’re welcome!
Regards
Tagged: fixed header, menu, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up