- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
[Note: The title of this post has been edited by a moderator.]
I see where you may change Blog Commenting to "closed" which turns off the feature on Blog pages, but it leaves an annoying and unnecesary Box at the bottom of the blog that says "Comments are closed," which to me, looks terrible for the user. Please tell me there is a way to remove or hide this box? Or is there another way to turn off the comment feature?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@nk729 Add the following to your site css (either access the global site css via the Site Editor: Themes > Edit HTML/CSS and add the code below to it or modify just the blog page css via the Site Editor: Pages > SEO > Header Code and place the code within html style tags).
#commentArea { display: none; }
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
@nk729 Add the following to your site css (either access the global site css via the Site Editor: Themes > Edit HTML/CSS and add the code below to it or modify just the blog page css via the Site Editor: Pages > SEO > Header Code and place the code within html style tags).
#commentArea { display: none; }