Okay
  Public Ticket #1992717
Cart/bag icon dissapears
Closed

Comments

  • nativejones started the conversation

    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 

  • [deleted] replied

    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 skinsmile.png

    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!