Please tell me how to round up the search bar, and then I can not find the code
Alkir webtools to the rescue !
This was likely inputted in the forum's custom CSS.
Alkir Add custom CSS:
.FormControl { border-radius: 20px; }
wwwn to keep in mind: this will round all controls, not just the search bar 😉
Thanks, already implemented