Reply To: products dont appear to search pro suggestions too quickly

Home Forums Product Support Forums Ajax Search Pro for WordPress Support products dont appear to search pro suggestions too quickly Reply To: products dont appear to search pro suggestions too quickly

#16386
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

It is because that is how they are stored within the database, the plugin just re-prints it without any transformation.

I would suggest this simple custom CSS to simply change the title to upper case:

.asp_res_url {
    text-transform: uppercase !important;
}

That should do the trick.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)