Hello again.
Another question – Both posts and PAGES listed in the search results have a date stamp underneath the titles. This is good for POSTS but is not good for PAGES (publish date is irrelevant and unnecessary).
Can the date be hidden or removed for PAGES only that are listed in search results? (Keeping date for posts)
Thanks again for all your help.
Hi pozza!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
article.page .date-container {
display: none;
}
Best regards,
Yigit
Thank you – perfect.