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

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 MarcinkoErnest 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:

[html].asp_res_url {
text-transform: uppercase !important;
}[/html]

That should do the trick.