 
	
		
		
		
		
			
Ahoy –
A couple of questions about the mobile menu –
How do I change the text size of the menu item for mobile?
How do I remove the arrows before the text?
How do  change the text color when hovered?
Hey mcraig77!
Please add following code to Quick CSS
#mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 20px; }
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
#mobile-advanced, #mobile-advanced a:hover .avia-menu-text, #mobile-advanced .mega_menu_title:hover .avia-menu-text {
    color: white!important;
}Best regards,
Yigit
Thanks!
