Home Forums Azuma menu on smaller screens

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10201
    crooser
    Participant

    Hi I really like the look of this azuma theme…

    Have a question re the main top menu when viewed on a mobile/smaller device

    It shows as the 3 small horizontal lines. Is it possible these 3 lines can be changed to read “menu” instead?

    Love your work!

    #10204
    Andy
    Keymaster

    Please add this CSS snippet to ‘Appearance’ > ‘Customize’ > ‘Addtional CSS’:

    .toggle-nav {
        width: 4em;
        font-size: 1em;
    }
    
    .toggle-nav::before,
    .toggle-nav.menu-open::before {
        content: "menu";
        font-weight: normal;
        font-family: inherit;
    }
    #10367
    crooser
    Participant

    Sorted. Thanks for that!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘menu on smaller screens’ is closed to new replies.