Home › Forums › WoodMart support forum › How to change the search form in mobile menu › Reply To: How to change the search form in mobile menu
May 28, 2019 at 6:06 am
#126029
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
.mobile-nav .searchform {
margin:15px;
border-radius: 40px
}
body .searchform .searchsubmit {
background:green;
border-radius: 0 40px 40px 0;
color:white;
}
body .mobile-nav .searchform input[type=text] {
height: 40px;
}
Best Regards