Naturo Pro: How can I Remove "No Comments" from Posts

Home Forums All Other Themes Naturo Pro: How can I Remove "No Comments" from Posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22282
    EricEric
    Participant
    • Topics: 8
    • Replies: 12
    • Total: 20
    Member since: January 19, 2016

    Comments are turned off for my blog post pages. But at the top of each post next to the date, the text “No Comments” appears. How can this message be removed or suppressed from all posts?

    Thanks,
    Eric

    #22336
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Eric,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:
    .postmeta{display:none;}

    Regards,
    Dave

    #120869
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    For Naturo Pro, the code is

    .postmeta {display:none;}
    .post-comment{display:none;}

    Thank you,

    #120894
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi athena,

    You have any issue?

    Regards,
    Dave

    #120948
    athena.mekisathena.mekis
    Participant
    • Topics: 7
    • Replies: 18
    • Total: 25
    Member since: August 15, 2017

    I was just sharing that I had to write the code as follows in order to remove the “No Comments” text. I don’t have any issues. I was sharing my solution. Thank you for asking.

    /*Remove “No Comment” text on Blog/Posts page */
    .postmeta{display:none;}
    .post-comment{display:none;}

    #120961
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Cool

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.