- Acme Themes

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

#7150
acmethemes
Keymaster

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