How to remove "Comments" section & count from Single Post Option? - Acme Themes

Best Premium and Free WordPress Themes Forums SuperNewsPro How to remove "Comments" section & count from Single Post Option?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #7086
    Paromita
    Participant

    Hi,
    I am working on supernewspro child theme. I want to remove the comments section right after the content in the Single Post Option. I have already removed the “Leave a comment” section by changing the settings in discussion to not allow users to leave comments. But the title “Comments” followed by “0 comments” is still being displayed at the end of the content. Please help.

    Thanks,
    Paromita

    #7099
    acmesupports
    Moderator

    Hello Paromita,
    Thank you so much for using our theme SuperNewsPro. Would you please provide the link of that page where such issues arise ?
    So that we can know the real problem?

    Thank You

    #7144
    Paromita
    Participant

    Hi,

    Thanks for the response.
    Here’s link to a post page: http://54.191.255.87/2016/07/psychological-tricks-to-influence-people/
    I have installed Facebook Comments plugin and want to remove the Comments header & comments count visible above the Facebook Comments plug in.

    Thanks,
    Paromita

    #7150
    acmesupports
    Moderator

    Please add the below CSS codes on Appearance > Customize > Layout/Design Options > Custom CSS

    .single .entry-content > h3 {
        display: none;
    }
    
    .single .entry-content > p {
        display: none;
    }

    Hope, this will solve your problem.

    Thank You

    #7153
    Paromita
    Participant

    Thank you very much. It worked! 🙂

    #7154
    Paromita
    Participant

    I am facing another issue now. While the comments section is gone, the content in the posts are also not visible now. Please check this link: http://54.191.255.87/2016/07/abbreviations/

    This post should contain 10 images and some text in the body.

    Thanks,
    Paromita

    #7177
    acmesupports
    Moderator

    We will find the best alternative solutions and inform you.

    Thank You

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to remove "Comments" section & count from Single Post Option?’ is closed to new replies.