Home Forums WoodMart support forum Mobile sidemenu customization Reply To: Mobile sidemenu customization

#308906

Hello,

Please add this custom CSS:

body .searchform input[type="text"]  {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.2;
}
body .mobile-nav .searchform {
    box-shadow: none;
}
body .mobile-nav .searchform input[type="text"] {
    height: 60px;
}
body .wd-nav-mobile li a {
    border-bottom: none;
}

4) remove the grey grey background when a menu is selected = there is no gray background now.
6) remove the black arrow on menu = you need to remove sub-menu items or mega-menu blocks from the mobile menu.

Best Regards