Home › Forums › WoodMart support forum › How can I make ajax search box round corner like the demo Electronic store? › Reply To: How can I make ajax search box round corner like the demo Electronic store?
April 16, 2018 at 9:11 am
#52687
Elise Noromit
Member
Hello,
Please add this CSS to Theme Settings > Custom CSS
.color-light .widgetarea-head .searchform input[type=text]{
border-radius:30px;
}
If the code does not work please provide your admin access.
Best Regards