Home › Forums › WoodMart support forum › Change search form in header › Reply To: Change search form in header
March 2, 2022 at 1:04 pm
#356901
Aizaz Imtiaz Awan
Keymaster
Hello,
Your website is working now.
To change the search as you required try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.searchform .searchsubmit {
right: auto;
left: 2px;
}
.searchform input[type=text]::placeholder {
text-align: center;
border-bottom: 2px solid;
padding-bottom: 10px;
}
Best Regards