Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #662137

    Hey there,

    how can i change the color of the icon? i have pages where it is white and on the pages using woocommerce shop there is a white background and white icon. I tried several css codes but nothing really fits. Can you please have a quick lock? Thank you!!

    • This topic was modified 8 years, 3 months ago by Tobiy.
    #662393

    Hi!

    this worked on my page:

    #advanced_menu_toggle {
    color: #4d83b8;
    background-color: red;}

    #662676

    Hi @Tobiy,

    Did you try @Lucie’s suggestion and did you have any luck with it? Thanks for helping out @Lucie :-)

    Best regards,
    Rikard

    #662786

    @lucie thank you vey much. unfortunately not. the background is still black.
    tried this /*[data-av_icon]:before {
    color: white;
    }*/ but does not work at all – too globally.

    #663110

    Hi,

    I’m not sure where you got that CSS from, but please try this instead:

    #advanced_menu_toggle {
        color: red !important;
    }

    Best regards,
    Rikard

    #667193

    Hey Rikard, the noob method: chrome :-) tried it out in console and it worked globally ;-)
    …but your code is still better and works! thank you very very much, Rikard!

    #668361

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Thanks,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘mobile menu icon’ is closed to new replies.