Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #400090

    Hey Kriesi,

    For the mobile menu, I’d like to to have the hamburger lines and to the left for the word “Menu” to be there. How do I add that?

    Thank you!

    #400539

    Hi Andrea!

    Please add following code to Quick CSS

    a#advanced_menu_toggle:after {
    content: ' Menu';
    font-size: 12px;
    }

    Regards,
    Yigit

    #402344

    Hey Yigit,

    That worked great – this is what I ended up using:

    a#advanced_menu_toggle:before {
    content: ‘Menu ‘ attr(data-av_icon);
    font-size: 18px;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Edit mobile menu to say "menu"’ is closed to new replies.