Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Mobile Menu Arrows’ is closed to new replies.
Hello,
Can you please tell me the css to remove the menu arrows on the mobile device (or make them white so they match the background colour) – I just need them not to appear as I am using images in my navigation. Thank you!
Hi chantalinkdesign!
Add this to your custom CSS.
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { content: "" !important; }
Best regards,
Elliott
Thanks for your quick response, worked great!