Our cart icon turns to a different icon when the fixed navigation activates and partially turns white blending into to the background. How make our black shopping cart icon remain on the fixed navigation?
This topic has 5 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
Our cart icon turns to a different icon when the fixed navigation activates and partially turns white blending into to the background. How make our black shopping cart icon remain on the fixed navigation?
Hello,
Please use this css code:
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before, .fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag::before {
border-color: transparent;
}
.fixNav-enabled .fixed-active .cart-design-2 .shopping-cart-widget .cart-bag::before {
color: black;
}
Regards,
Eva Kemp.
We’re getting a CSS error in the following code that says: Expected RBRACE.
.fixNav-enabled .fixed-active .cart-design-2.design-white .cart-bag::before, .fixNav-enabled.home .fixed-active .header-type-3.slider-overlap .cart-design-2 .cart-bag::before {
border-color: transparent;
}
Never mind, fixed it. Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Fixed navigation cart icon’' has been successfully resolved, and the topic is now closed for further responses