Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #380149

    Hi support-team,
    how can i remove the date from the search result?
    Thanks dondela

    #380164

    Hey dondela!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.ajax_search_excerpt {
    display: none!important;
    }

    Cheers!
    Yigit

    #380175

    Thanks Yigit!
    I put this in the custom css as well, to male the date disappear in the search result page as well:
    .post-meta-infos {
    visibility: hidden;
    }

    #380178

    Hey!

    Great! Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    #386925

    Hey,

    adding

    span.ajax_search_excerpt {
    display: none!important;
    }

    doesn’t work for me. The date remains in the ajax searchbox … No caching or similar activiated.
    Any idea?

    #386928

    Hi!

    @wingman

    Thank you for using the forum.

    Try the following:

    
    .ajax_search_excerpt {
        display: none !important;
    }
    

    If it does not help, can you send us a link to your page so we can have a look?

    Regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.