Prior to version 2.3.2 we used to be able to modify the size and look of the “Responsive Menu Button” by modifying the code around LINE 106 of the “avia.js” file :
show_menu = $('<a id="advanced_menu_toggle" href="#" class="avia-font-entypo-fontello" style="width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid"><font face="Arial, Helvetica, sans-serif" style="font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold">MENU</font></a> '), //PIGO added the word "menu"
===========================
Now we cannot in version 2.3.2.
How can we once again alter the size and look of the “Responsive Menu Button”. ?
Thanks in advance.
Hey turner2f!
You can do it via css. Please give us a link to the page with the button. The font icon code has been change on the update. Old way of embedding font icons will not work on the latest version of Enfold.
Cheers!
Ismael
Hey!
Just to be clear. Are you trying to modify the Slideout Menu Toggle or Button when viewing on mobile device? You can add this on your custom.css or Quick CSS:
#advanced_menu_toggle { width:32%; background-color:#d8d8d8; margin-right:-15px; border:thin #666767 solid; font-size:18px; color:#666767; margin-right:5px; padding-left:5px; font-weight:bold; }
Best regards,
Ismael