-
AuthorPosts
-
March 8, 2017 at 7:15 am #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!March 8, 2017 at 8:31 am #757589Hey 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,
BasilisMarch 9, 2017 at 5:29 am #758148Maybe I’m missing something but everything still looks the same…
Thanks for your willing to help!March 12, 2017 at 7:32 pm #759669Hi,
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,
VinayMarch 19, 2017 at 10:42 am #763159Thank 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!!!March 19, 2017 at 2:32 pm #763196Hi,
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,
VinayMarch 20, 2017 at 9:44 pm #763815Thank you! The only thing I needed to change in his code was ” to ‘.
Thanks again for all your help!
March 20, 2017 at 11:38 pm #763898Hi,
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 -
AuthorPosts
- The topic ‘Can I change the mobile menu button from icon to text?’ is closed to new replies.