1. How do I remove the thin border line around the mobile menu buttons?
2. How do I increase the size of the menu buttons while still keeping the positioning the same.
3. How do I change the color of the mobile menu button?
4. I think this has been discussed somewhere on the forums but couldn’t find the answer. I want to change the mobile menu icon to Charcode: \ue811 How do I do this?
Thanks as always for the excellent support!
Hi djshortkut!
1 & 2 & 3 – Please add following code to Quick CSS
#advanced_menu_toggle, #advanced_menu_hide { border: none !important; }
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 20px; }
#advanced_menu_toggle, #advanced_menu_hide { background-color: black; color: red; }
4- Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
Yigit
Hi!
Please use following code instead of second line
#advanced_menu_toggle, #advanced_menu_hide { font-size: 40px; }
Regards,
Yigit
Resolved!