Comments nativejones started the conversationApril 29, 2019 at 5:14pmHello. In my menu, the bag icon is only visible when hovering over it. I would like it to be visible at all times. Could you help me figure out what is wrong and how to fix it? Thanks. // Stine [deleted] repliedApril 30, 2019 at 6:44amHI Stine, That is happening because of the colors that you have chosen in the Skin area, for more info please read this article How to create my own skin Anyway, If you don't want to change the skin but you want to change that icon color only, then you can add this CSS code to your Custom CSS area: .menu-cart-icon-container.menu-skin-light .cart-icon-link { color: #fff !important; } Have a great day! Sign in to reply ...
Hello.
In my menu, the bag icon is only visible when hovering over it. I would like it to be visible at all times. Could you help me figure out what is wrong and how to fix it?
Thanks.
// Stine
HI Stine,
That is happening because of the colors that you have chosen in the Skin area, for more info please read this article How to create my own skin
Anyway, If you don't want to change the skin but you want to change that icon color only, then you can add this CSS code to your Custom CSS area:
Have a great day!