Hide Tags and Authors metadata showing up in "Filter by" in Blog section

Hello Team,

I have managed to remove date and author metadata for posts based on previous discussions:

From previous discussions I have used css below to disable them:
.post-meta .author-date { display: none; }
body.search .post-meta { display:none !important; }

However I can't find one regarding my problem. Please help. Thanks.


Comments

Sign In or Register to comment.