Can I remove the 'Leave a comment' box on all pages, as well as the 'Search' box
-
I want to delete the ‘Leave a comment’ box on all pages, as well as one ‘search’ box. I wasn’t sure if this was allowed with the theme, as I am not able to delete the elements using CSS.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
I want to delete the ‘Leave a comment’ box on all pages
You can disable comments on your blog through Settings > Discussion:
https://XXXXXXXXXX.wordpress.com/wp-admin/options-discussion.php
You can read more about the comment controls here:
http://en.support.wordpress.com/enable-disable-comments/
If you’ve already published pages or posts with comments enabled, you’ll need to manually disable them following these instructions:
Open the page editor and scroll down to the Discussion module. Uncheck the box next to ‘Allow comments’:
If you don’t see the Discussion module, click on ‘Screen Options’ at the top of the page and check the box next to ‘Discussion.’
as well as one ‘search’ box
You can hide the search bar in the upper right with this code:
.header-search { display: none; }Let me know if I can help with anything else!
- The topic ‘Can I remove the 'Leave a comment' box on all pages, as well as the 'Search' box’ is closed to new replies.

