Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #777175

    Hi

    is there any easy way to add “MENU” text beside desktop version of hamberger menu ?
    I need it WPML compatibilie, so it can be translated.

    Thanks.

    #778713

    Hey tomitos,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Andy

    #816927

    did this ever get solved? i am trying to do the same but do not see a solution here. thanks.

    #816953

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    li#menu-item-burger:before {
        content: 'Menu';
        position: absolute;
        top: 45px;
        right: 50px;
    }
    

    Best regards,
    Yigit

    #816988

    Thanks a million.
    If I want it on the mobile hamburger menu also… what would I put in Quick CSS please?

    Chris

    #817248

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #advanced_menu_toggle:before {
        content: 'Menu';
        font-size: 14px;
        top: -7px;
        position: relative;
    }
    

    Best regards,
    Yigit

    #877292

    Only problem, it covers the hamburger icon. Covers Image

    #877527

    Hi,


    @tgat1977
    Can you please start a new thread under Enfold sub forum and attach a link to your website so we can look into it?

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add "MENU" text beside desktop Hamburger menu’ is closed to new replies.