Comments 2calvertbarba started the conversationJuly 5, 2017 at 4:39pmHow can I replace the mobile menu icon for another icon or text (e.g. "menu")? Thanks in advance 432Sergio repliedJuly 6, 2017 at 11:29am HI,you need1) Find function thegem_before_nav_menu_callback() line 2284 in file functions.php (screen 1118)2) use following css: #primary-navigation .menu-toggle { font-size: 15px !important; line-height: 15px; color: #fff; text-align: right; text-indent: initial; } #primary-navigation .menu-toggle span{ display:none !important; } If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate). Regards Sergio Codex. Sign in to reply ...
How can I replace the mobile menu icon for another icon or text (e.g. "menu")?
Thanks in advance
HI,
you need
1) Find function thegem_before_nav_menu_callback() line 2284 in file functions.php (screen 1118)
2) use following css:
If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated! (How to rate).
Regards Sergio Codex.