Hello, Our search is pulling all kinds of dated pages – 2013, 2014, 2015, etc. Where do I delete that so it only shows the page titles, but not years next to it or where can I edit ?
Thank You
Hey Max,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.header_color .ajax_search_excerpt { display: none; }
.search .post-meta-infos { display: none!important; }
The first line removes the date from the search bar results that pop down when you type in query. The second line removes the date from the search results page.
I hope that helps!
Cheers,
Sarah