Hi I’d like to remove the date/time & author text on posts and posts in search mode, I’ve looked at the forum and there was some pointers but they didn’t seem to work.
Hope you can help.
Thanks
Silvio
Hi,
Just add this on your custom.css or Quick CSS
.search-results .date-container.minor-meta {
display: none;
}
Regards,
Ismael
Thanks!