hamburger icon
-
hi.
i’m using Agama theme.
i wanna change my hamburger icon display.
i wanna display ”menu” under the 3 lines when i use cellphone. it’s not pc.please teach me how to change.
thanks and regards.
-
hi!
would you teach me how to change?
please help me.thanks and regards.
Hello,@nsmart7!
Try add this code in to :
Customize->General ->Additional CSSCode:
.mobile-menu-toggle{ visibility: hidden; position: absolute; text-indent:0px; } .mobile-menu-toggle::before { visibility: visible; position: absolute; top: 10px; left:15px; content: "\f333"; font: normal 30px/1 'dashicons'; } .mobile-menu-toggle::after { visibility: visible; position: absolute; padding-top:35px; top: 0px; left: 0px; content: "MENU"; border: 2px solid; display: block; width: 60px; height: 60px; font-size: 1.0em; ; }Best Regards
Hi,
Maybe even a better solution is menu bars with the “Fontawesome” font.
Code:
.mobile-menu-toggle{ visibility: hidden; position: absolute; text-indent:0px; } .mobile-menu-toggle::before { visibility: visible; position: absolute; top: 10px; left:19px; content: "\f0c9"; font: normal 25px/1 'fontawesome'; } .mobile-menu-toggle::after { visibility: visible; position: absolute; padding-top:35px; top: 0px; left: 0px; content: "MENU"; border: 2px solid; display: block; width: 60px; height: 60px; font-size: 1.0em; ; }Regards
hello!
thank you very much!
i was able to add ”menu” under hamburger icon!thanks.
Hi, @nsmart7!
We just released an update for Agama theme.(v. 1.3.0)
In which we added an option for adding text below the “hamburger”menu,
so you don’t need custom CSS code anymore.
Please Update the theme and remove the custom CSS code you added,
then go to:
Customizing ▸ Navigations ▸ Navigation Mobileand set the Menu Icon Title.
Regards
The topic ‘hamburger icon’ is closed to new replies.
