Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Uppercase option › Reply To: Uppercase option
November 4, 2018 at 2:19 pm
#19742
Keymaster
Hi!
Thank you very much for your kind words!
Do you mean converting the title to fully uppercase? There is no option, but you can use this simple custom CSS to do it:
[html]a.asp_res_url {
text-transform: uppercase !important;
}[/html]
I am not sure if we can add an option for that, but this should resolve it anyways 🙂