• Resolved tobiasbuckell

    (@tobiasbuckell)


    I’ve found how to remove tags from the bottom of a post using the custom CSS file, but how can I remove the comment link? I have turned comments off, but I would like the comments link and graphic to disappear as well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there!

    Put this CSS into your custom css or child theme style.css so that you won’t lose all the changes made when the theme updates.

    Child themes are the safest way to go when doing all kinds of modifications.

    .blog_post .post-content footer.entry-meta .comments-link {
      display:  none;
    }

    I hope it helps!

    – Luke

    Thread Starter tobiasbuckell

    (@tobiasbuckell)

    Fantastic!!! Thank you so much!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hide comment link on post footer?’ is closed to new replies.