Home › Forums › WoodMart support forum › Editing Search Box › Reply To: Editing Search Box
May 25, 2022 at 4:10 pm
#378760
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.wd-search-cat>a {
border: none;
padding-right: 0;
}
.wd-search-cat.wd-scroll:before {
content: "";
height: 18px;
border-left: 1px solid;
border-color: rgba(119,119,119,.2);
}
.searchform .searchsubmit {
left: 2px;
right: 0;
}
.searchform.wd-with-cat input[type="text"]::placeholder {
padding-left: 40px;
}
.wd-search-cat {
right: 20px;
}
Best Regards