Hi! We would like to hide the author on the search results page. how can we do this?
Thank you!
Doug
Hi Doug,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
.search-results .blog-author,
#top.search-results .post-meta-infos > .text-sep:nth-last-child(2) {
display: none;
}
Best regards,
Nikko
Thank you Nikko! That was SO fast – happy holidays