Hi there!
How can I remove the Comments and Categories elements from showing up on my blog homepage? They’re currently right underneath the title of the blog post. I have them turned off in the blog settings, but that only takes care of the problem when you’re on the post detail page.
Thanks!
Best,
Alex
Hey Alex!
Try adding this code to the Quick CSS:
span.comment-container.minor-meta, span.comment-container.minor-meta + span, span.blog-categories.minor-meta, span.blog-categories.minor-meta + span{
display: none;
}
Cheers!
Josue
Thanks! That did the trick.