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?
July 29, 2016 at 3:37 pm
#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