Remove author name from search results
-
I’m using MH Magazine Lite. Great theme, thanks! I’ve tried various ways to remove the author name and date from search results and nothing seems to work. I can remove it from posts but not the search results. Here’s what I’ve tried adding to custom css:
.entry-meta .meta-sep, .entry-meta .author {
display: none;
}.search-results .post-meta .post-date,
.search-results .post-meta .date-sep,
.search-results .post-meta a:last-child {
display: none;
}body.search-results .post .entry-meta {
display: none;
}Any other ways of doing it or am I doing something wrong?
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove author name from search results’ is closed to new replies.