Home › Forums › WoodMart support forum › How can i change my search bar icon to a label › Reply To: How can i change my search bar icon to a label
September 3, 2021 at 10:57 am
#316264

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 .searchsubmit {
font-size: 14px;
width: 70px;
}
.searchform .searchsubmit:after {
content: none;
}
.wd-search-cat {
margin-right: 20px;
}
Regards.
Xtemos Studios