Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #174510

    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.

    • This topic was modified 11 years, 1 month ago by turner2f.
    #174962

    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

    #176013
    This reply has been marked as private.
    #176207

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to Modify the size and look of the "Responsive Menu Button" in Version 2.3.2’ is closed to new replies.