Home Forums WoodMart support forum How to set up the mobile menu? Reply To: How to set up the mobile menu?

#221832

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.mobile-nav .woodmart-search-form{
background:yellow;
}
body .searchform .searchsubmit {
    color: red;
}
body .mobile-nav-tabs li.active {
    background-color: orange;
    color: red;
}
.mobile-nav-tabs li {
    color: red;
    background-color: olive;
}
body .site-mobile-menu li.current-menu-item>a{
color:blue;
background-color: orange;
}
body .site-mobile-menu li a {
    color: red;
    background:yellow;
}
body .site-mobile-menu li.opener-page>a, 
body .site-mobile-menu li:active>a {
    background-color: orange;
	   color:red;
}
body .site-mobile-menu .icon-sub-menu.up-icon{
    color: red;
    background-color: olive;
}

Set the colors as per your needs and remove the CSS I have provided earlier.

Best Regards