Okay
  Public Ticket #2030033
Cart Icon (counter colour) is not readable
Closed

Comments

  •  1
    mtmymtm started the conversation

    What's the way to change the colour of the cart icon in the main menu. I mean the actual circle with the item count number as it's not readable since it's bright grey over white. See screenshot. Thanks!

  •  675
    Neuron replied

    Hi,

    You should change it via the following Custom CSS.

    .l-primary-header .l-primary-header__bag .l-primary-header__bag__icon .number {
        background-color: #fff !important;
        color: #232931 !important;    
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  1
    mtmymtm replied

    Thanks that worked perfectly!

  •  675
    Neuron replied

    You're welcome anytimesmile.png


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.