Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #412155

    Hi there,
    how can I disable the date-line in the search-result field?
    best regards

    #412581

    Hi avolin!

    Add this to your custom CSS.

    .search-results .post-meta-infos { display: none !important; }
    

    Or if you just want to hide the date then use this.

    .search-results .post-meta-infos .date-container, .search-results .post-meta-infos > span:first-child { display: none !important; }
    

    Cheers!
    Elliott

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