Home Forums Basel support forum add the word MENU to hamburger (mobile menu)

add the word MENU to hamburger (mobile menu)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68470

    abe7982
    Participant

    How can I add the word MENU to the hamburger menu (mobile menu)?

    #68481

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .mobile-nav-icon {
        white-space: nowrap;
        width: auto!important;
    }
    .mobile-nav-icon:after {
        content: "MENU";
        margin-left: 5px;
        font-weight: 600;
    }

    Regards

    #68483

    abe7982
    Participant

    Thank you! Works perfect.

    #68492

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘add the word MENU to hamburger (mobile menu)’ is closed to new replies.