Tagged: enfold, mobile menu, navigation
Hi there,
I’m looking for where I can change the mobile menu icons, both the lines and the closing X. I don’t want to use a .png file, but rather, the entypo-fontello icons currently used through Enfold. I can’t find where you guys added the icon for the mobile menu.
Thanks!
Hey fulanoinc!
Please see – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Regards,
Yigit
Hi and thanks for responding so soon. I’m editing the main theme, but I can’t seem to find where the icon values for the mobile nav are. Can you direct me in the right direction?
Thanks,
Leyden
Hey!
Please go to Appearance > Editor and open Functions.php file and find
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
and change as needed
Cheers!
Yigit
Got it. Thanks!!