Tagged: ajax, dates, search form
Hi,
Is it possible for the results of the ajax search form, to show the post/page titles with small (not capitals) letters?
Also, how we can be able to remove the “post” Date of the shown results, while typing?
In a nutshell, I’d like to solve 2 things regarding showing current results on the ajax search form:
1. Normal letters
2. No dates of posts/pages creation
Thank you in advance for your prompt response!
Hey asteratos!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.ajax_search_title { text-transform: none; }
.ajax_search_excerpt { display: none; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
.iconbox .iconbox_content .iconbox_content_title { text-transform: none; }
Best regards,
Yigit
Thank you very much Yigit!