I need some help making some minor modifications with my mobile menu.
1. I would like to remove the arrows before the menu item title.
2. Make the font weight of the menu items on the mobile menu “light” to match the rest of my theme.
I attached an image so you can see what I’m talking about. Thanks!
Hi djshortkut!
1.) Try this code:
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before {
display: none;
}
2.) Use this code:
span.avia-menu-text {
font-weight: lighter !important;
}
Best regards,
Andy
Hey djshortkut!
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; }
ul#mobile-advanced .avia-menu-text {
font-weight: 100!important;
}
Best regards,
Yigit
Thank you so much! You can close this thread.