Tagged: arrow, menu mobile
Hello,
I want to have mobile main menu (when responsive) small arrow only if the menu as a submenu.
What code have i to put in my child theme?
Thx
Hey fredengl,
I’m not sure I understand what you mean by that, could you post a link to your site and try to explain a bit further please? A screenshot highlighting your intentions might help us understand better.
Best regards,
Rikard
see the screenshot ;). I want to remove small arrow for menu without submenu in responsive mode
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
it partially works. The arrows dissapear everywhere, not only where there is no submenu