Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Questions search › Reply To: Questions search
July 11, 2022 at 12:44 pm
#38375
Keymaster
You are very welcome 🙂
Unfortunately there is not option to do that, but you can use custom CSS to increase the icon size, like so:
.probox .promagnifier .innericon {
background-size: 24px !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.