Hi there,
how can I disable the date-line in the search-result field?
best regards
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