Okay
  Public Ticket #2249239
Post Comments
Closed

Comments

  • Kristin started the conversation

    Hi there, I have noticed that on my posts page it says "no comments" at the bottom of the post and "comments off" on the right sidebar. It's very ugly! How do I get rid of this? I have disabled comments on the posts themselves.

  • xpirh replied

    Hello, I have purchased your theme and have contacted you multiple times and have not received any replies. Thank you.

  •   Paul replied privately
  • xpirh replied

    https://kihope.com/2019/12/closed-door/


    Here's a sample blog post, you can see there are two areas: One is the big "No Comments" under the post, the other is on the right sidebar, where it says "comments off" under the post date and author. Thank you.

  •  291
    Paul replied

    Please try applying the following custom CSS code:

    .meta-comments, #comments {
        display: none !important;
    }
    

    It should hide those areas on the front-end.