Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Placeholder icon › Reply To: Placeholder icon
October 4, 2024 at 10:33 am
#51283
Keymaster
Hi again 🙂
Well only via custom CSS, something like this:
#ajaxsearchpro2_1 .probox .proinput input.orig {
background-image: url("https://rioolspot.nl/wp-content/uploads/2024/06/cropped-rioolspot-favicon-32x32.jpeg") !important;
background-position: left center !important;
background-repeat: no-repeat !important;
padding-left: 40px !important;
}
That should result in this: https://i.imgur.com/LYWjvYe.png
The icon has to be an image, optimally around 32x32px or smaller 🙂