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

    I would like to change the mobile menu button (the 3 dots and 2 lines icon) to just say “Menu”. Is it possible?
    Thanks!

    #757589

    Hey 0_o!

    Please try the following, let me know if it is what you need to achieve.

    #advanced_menu_toggle:after {
    content: “Menu” !important;
    font-size: 10px !important;
    left: 10px;
    position: absolute;
    top: 17px;
    }

    Thanks a lot

    Best regards,
    Basilis

    #758148

    Maybe I’m missing something but everything still looks the same…
    Thanks for your willing to help!

    #759669

    Hi,

    We have tested the below code and it works fine! Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
    NOTE: Remove any related codes added for the same issue to avoid conflict.

    #advanced_menu_toggle:before {
    content: 'Menu' !important;
    font-size: 24px !important;
    left: 10px;
    position: absolute;
    top: 0px;
    }
    #advanced_menu_toggle {
    	border:none!important;
    }
    

    You may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #763159

    Thank you! It works as I wished!
    Is there a way to show the menu button and also a menu text? and maybe to change the font of the “Menu” text? Now that I implemented that, it looks not that sleek, and the rest of your design is very high quality and gorgeously designed, I hate to ruing it…
    Thank you for your patience and all your help!!!

    #763196

    Hi,

    To get the menu icons and menu text please use the code Basilis gave earlier.

    To change the font style please add the font-family property to the css code. For more info please check https://css-tricks.com/almanac/properties/f/font-family/

    Best regards,
    Vinay

    #763815

    Thank you! The only thing I needed to change in his code was ” to ‘.

    Thanks again for all your help!

    #763898

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Can I change the mobile menu button from icon to text?’ is closed to new replies.