Tagged: search results
Hi, I have seen many posts about search results but can’t see one on how to remove the date field when using the search field on the header. It is great that it is responsive and starts to suggest results as you type, but it displays the date of the post submission. Is there a way to remove this? I am using the Time.ly events plugin so all my search results are for events, which is confusing when it shows the date I submitted the event and not the event date. Is there a way to remove it?
Many thanks,
H
p.s. can this be done via quick CSS?
Hey H!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.ajax_search_excerpt {
display: none;
}
Regards,
Yigit
perfect! Thank you Yigit :)