Tagged: iOS, mobile menu
In recent Enfold and iOS updates I have noticed that the Avia bullet in the mobile menu changes to an undesirable icon in iOS 9.0.2
Desktop Screenshot ( This one looks great )
Mobile Screenshot ( This one does not look great )
It also looks like the padding is collapsed with the undesirable mobile menu Avia bullet too close to the navigation link.
Thanks in advance for your insight and help.
Best,
Hey bowmandesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
content: "\25BA";
}
Regards,
Yigit
Thanks Yigit,
It works.