Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #190914

    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!

    #191097

    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

    #191387
    This reply has been marked as private.
    #191449

    Hey!

    Please add following code to Quick CSS as well

    .iconbox .iconbox_content .iconbox_content_title { text-transform: none; }

    Best regards,
    Yigit

    #191494

    Thank you very much Yigit!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Ajax Search form customization – Small Letters + No post/page dates’ is closed to new replies.