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

    Is there a way to have the word “Menu” above the mobile hamburger?

    #542686

    Hey weddingmuseum!

    Add this to your custom CSS.

    a#advanced_menu_toggle::after {
        content: "Menu";
        font-size: 12px;
        position: absolute;
        top: -30px;
        left: 5px;
    }

    Cheers!
    Elliott

    #542768

    thanks

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