Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › format search results › Reply To: format search results
January 28, 2020 at 10:39 am
#25529
Keymaster
Hi,
Use this custom CSS, it will do the trick:
.asp_r * {
text-transform: capitalize !important;
}