Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #302981

    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

    #303014

    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

    #303487

    Thanks! That did the trick.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing elements from the blog homepage’ is closed to new replies.