Title: &#039;comments are closed&#039;
Last modified: August 31, 2016

---

# 'comments are closed'

 *  Resolved [peterAtzin](https://wordpress.org/support/users/peteratzin/)
 * (@peteratzin)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comments-are-closed-28/)
 * Hi Anders,
    one other question is: how can I get rid of the ‘comments are closed’
   section. I have disabled comments so it is not necessary.
 * tnx,
 * Peter

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * (@neotechnomad)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comments-are-closed-28/#post-7002854)
 * Use a [Custom CSS plugin](https://en-ca.wordpress.org/plugins/search.php?q=custom+css)
   for any changes, as when the main theme updates, all the changes you may have
   made to the main theme will be lost.
 * After installing the plugin, paste this code in it:
 *     ```
       #comments {
       	display: none;
       }
       ```
   
 *  Thread Starter [peterAtzin](https://wordpress.org/support/users/peteratzin/)
 * (@peteratzin)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comments-are-closed-28/#post-7002858)
 * Tnx, I know I have a plugin. Your code doesn’t work, but this one does:
 * .nocomments {
    display: none; }
 * SOLVED. Tnx for pushing me in the right direction.
 *  [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * (@neotechnomad)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/comments-are-closed-28/#post-7002862)
 * Your theme has different selectors for sections than standard, which is why a
   link to your site is always helpful when posting to the Forum, as per [WordPress Codex > Forum Welcome > Include as Much Information as Possible](http://codex.wordpress.org/Forum_Welcome#Include_as_Much_Information_as_Possible).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘'comments are closed'’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/baskerville/2.3.1/screenshot.jpg)
 * Baskerville
 * [Support Threads](https://wordpress.org/support/theme/baskerville/)
 * [Active Topics](https://wordpress.org/support/theme/baskerville/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/baskerville/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/baskerville/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [neotechnomad](https://wordpress.org/support/users/neotechnomad/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/comments-are-closed-28/#post-7002862)
 * Status: resolved