Any way to remove page excerpts and date from search results?
Also if I wanted them in the future where do you insert / edit them?
Cheers.
Hi mazerti!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search span.post-meta-infos, .search .entry-content {
display: none;
}
You can simply remove the code when you would like to display them again
Cheers!
Yigit
Thanks Yigit
Didn’t seem to work but I inspected the element in firefox and this worked:
.ajax_search_excerpt {
display: none;
}