Okay
  Public Ticket #2182873
Hamburger menu icon color in mobile
Closed

Comments

  • Victor started the conversation

    I can't change the color of the hamburger menu icon:

    @media (max-width: 1158px)

    ._magnetic_elementor .menu-toggle span {
        background-color: #01B9CA !important;
    }

    Please, how do I do it?

    Thank,

  •  1,103
    Max replied

    Hi,

    have you tried to change the icon color via the theme option. see screenshot: https://d.pr/i/Lw5DAl

    If it does not work, please provide me access to your wp-admin and I will gladly check the issue you have.

    Thanks,


    Max from the Sonaar.io Crew

  •   Victor replied privately
  •   Victor replied privately
  •  1,103
    Max replied

    Since you are using the push menu, the option is different.

    I have added this code in your custom css and now it seems to work:

    @media (max-width: 1158px){
    ._magnetic_elementor .menu-toggle span {
        background-color: #f00 !important;
    }
    }




    Thanks,


    Max from the Sonaar.io Crew

  • Victor replied

    It is working.

    Thank you,