Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Make Search button text round › Reply To: Make Search button text round
May 20, 2021 at 9:04 am
#33329
Keymaster
Hi!
Try this custom CSS:
.promagnifier {
border-radius: 4px !important;
}
Apply this code to your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.
I hope this helps 🙂