Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not fully working › Reply To: Not fully working
December 29, 2015 at 3:44 pm
#7186
Keymaster
No option for that, but there is a CSS trick to convert it to upper case.
I added the following custom CSS rule to convert the title to upper case:
[html]a.asp_res_url {
text-transform: uppercase !important;
}[/html]