Home › Forums › WoodMart support forum › Search Box › Reply To: Search Box
May 31, 2022 at 10:05 am
#380117
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.searchform.wd-with-cat input[type="text"] {
background-color: #f5f6f4;
border: none;
height: 55px;
}
Best Regards