Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1411295

    alanfarina3
    Participant

    I am trying to change the color for the mobile nav menu icon. Right now it is at orange, but am trying to change it to something else. I have been through every option, and then googled some more. Is there any way to accomplish this?

    #1411479

    Joao
    Moderator

    HI There,

    Please add the following code to Appereance Customizer Custom CSS

    .x-btn-navbar, .x-btn-navbar.collapsed {
     color: blue;
    }

    Hope it helps

    Joao

    #1414214

    alanfarina3
    Participant

    Thanks!

    #1414517

    Prasant Rai
    Moderator

    You are most welcome. 🙂