Home › Forums › WoodMart support forum › How to make search bar square to round in shape › Reply To: How to make search bar square to round in shape
April 21, 2021 at 8:51 am
#284978
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"] {
border-radius: 25px;
}
Regards.
Xtemos Studios