I have one website project which have to work fine with older phones. I don’t use any Entypo Icon Fonts or custom fonts in that project because older IE Mobile browser cannot show those items well.
Only problem is that mobile menu icon is using that Entypo Icon Font. It is an icon that have three lines in box. Is there any easy way to change that fonticon to similar gif/png or just add there regular text like “menu”.
Thanks.
Hey stakavainio!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle:before { content: url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/45_Menu-24.png); }
#advanced_menu_hide:before { content: url(https://cdn3.iconfinder.com/data/icons/eightyshades/512/45_Menu-24.png); }
and change the link to your icons. First line is to open menu and second line to close it.
Regards,
Yigit