Hi support-team,
how can i remove the date from the search result?
Thanks dondela
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
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;
}
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?