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

#126029

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