Forums
Forums / Theme: Rowling / remove comments box
(@ossyg)
5 years, 9 months ago
looking to completely remove the comments area all text and the box.
The page I need help with: [log in to see the link]
(@anlino)
Hi @ossyg,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.comments-container, .respond-container { display: none !important; }
Let me know if that does it.
— Anders
Hi Anders
tried this, sorry it didn’t remove the area.
Chris
(@davidhutntnx)
5 years, 7 months ago
This what works for me:
.single-post .post-author { display: none; }
The topic ‘remove comments box’ is closed to new replies.
(@ossyg)
5 years, 9 months ago
looking to completely remove the comments area all text and the box.
The page I need help with: [log in to see the link]