Home Forums WoodMart support forum Mobile menu customizations Reply To: Mobile menu customizations

#276198

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.