• Resolved MISTER FABULOUS

    (@mister-fabulous)


    1st I love your theme. Hands down the most fabulous of free themes! You have done fantastic work. I LOVE YOUR THEME!

    I need a script that will display the word “MAIN MENU” or any word similar(directly above or directly next to) the top main mobile menu.

    I honestly believe displaying this word “MAIN MENU” (directly above or directly next to) the top main mobile menu is vitally important. It would be extra sweet if this word “MAIN MENU” would disappear when the top header menu returns to full size.

    Can anyone please provide me with coding for this tiny yet vital improvement? Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey, i had a similar problem and Acub gave me a solution. Try this:

    .btn-navbar:after {
    	content: "Menu";
    	float: right;
    	margin: -16px 0 0 0;
    }

    That should add the “Menu” word to your 3 lines collapsed menu. Hope it helps.

    Thread Starter MISTER FABULOUS

    (@mister-fabulous)

    You Are Genius! (HAPPY FACE) (HAPPY FACE) (HAPPY FACE)

    Works Perfectly !

    ??? Thank You Very Much ???

    Thread Starter MISTER FABULOUS

    (@mister-fabulous)

    Menu Tittle for Mobil Device Support

    RESOLVED

    Tittle was meant to be this word “title” sorry for my typographical error.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Tittle for Mobil Device Support’ is closed to new replies.