Hi support,
Would you be able to tell what quick CSS would work to disable the icons on the full width sub menu please when in mobile view?
Many thanks
Dan
Hi danneeroy!
Please add following code to Quick CSS
a.mobile_menu_toggle:before {
display: none;
}
If that does not help, please post the link to your website and a screenshot showing the changes you would like to make.
Cheers!
Yigit
Hi Yigit,
Unfortunately this code hides the burger icon beside the “menu” title on the full width sub menu.
Ideally i’d like to get rid of the icons on the submenu items and not the title itself
thanks
Dan
Hey!
Please add following code to Quick CSS
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
Regards,
Yigit
Hi Yigit,
No luck with that bit of quick CSS. The icons are still displaying next to the submenu items
thanks
Dan
My problem lies when viewed using an iphone. I want to hide the Small arrow icons next to the full width submenu items
thanks, Dan
Hey!
Please use following code
#top .main_color .av-menu-mobile-active .av-subnav-menu > li > a:before { display: none !important; }
Best regards,
Yigit
Brilliant.
That worked, thanks again!