This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Uppercase option

#19742
Ernest MarcinkoErnest Marcinko
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 🙂