Archived topic
Sticky menu cart icon / text colors
5 replies · Started by roadlink on February 6, 2021
Hello,
I use different colors in sticky menu. Menu items' colors are OK but stucked with cart icon and content.
.main-navigation.navigation-stick,
.main-navigation.navigation-stick .cart-contents .shopping-cart .has-svg-icon gp-icon shopping-cart number-of-items amount {
background-color: #092143;
color: #fff;
}
How I can change it?
Hi there,
can you share a link to the site where i can see the issue?
Hi David,
Sure
Hi Tertas,
You could use these 2 selectors for cart to add CSS:
#sticky-navigation a.cart-contents.shopping-cart.has-svg-icon
#sticky-navigation a.cart-contents.shopping-cart.has-svg-icon:hover
Let me know :)
Perfect, thanks
No problem :)