• Resolved ernexto

    (@ernexto)


    Hello guys, how can I add the word “Menu” just before the hamburger in mobile/tablet view? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author creativethemeshq

    (@creativethemeshq)

    Hello @ernexto, at the moment this is not possible but I think we could add an option in the next update ??

    Cheers.

    Gaurav Tiwari

    (@gauravtiwari)

    You can use simple CSS to do that for the time being.
    Try this:

    .ct-header-trigger:before {
        content: 'Menu';
        margin-right: 20px;
        color: #999;
    }

    You can change color and fonts using CSS as well.

    Theme Author creativethemeshq

    (@creativethemeshq)

    @gauravtiwari that’s a good trick ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add “Menu” before hamburger’ is closed to new replies.