Home › Forums › WoodMart support forum › Mobile menu customizations › Reply To: Mobile menu customizations
March 25, 2021 at 8:10 am
#276198
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.site-mobile-menu li a {
border: none;
}
.icon-sub-menu {
border: none;
}
.mobile-nav-tabs {
border: none;
}
Best Regards.