Title: remove comments are closed
Last modified: September 1, 2016

---

# remove comments are closed

 *  Resolved [afitmess](https://wordpress.org/support/users/afitmess/)
 * (@afitmess)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-are-closed-9/)
 * Gossip theme:
    How do I remove the words “comments are closed” that appear at
   the bottom of some of my pages?

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

 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-are-closed-9/#post-7558444)
 * If you’ve created a [child theme](http://codex.wordpress.org/Child_Themes) then
   add the following rule to your child theme’s style.css file. Otherwise, use a
   [CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css) like Jetpack
   or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/).
   Don’t edit the theme’s style.css file directly or your changes will be lost the
   next time you update the theme.
 *     ```
       .gossip-comments-closed {
          display: none;
       }
       ```
   
 *  Thread Starter [afitmess](https://wordpress.org/support/users/afitmess/)
 * (@afitmess)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-are-closed-9/#post-7558448)
 * Worked perfectly. Thank you so much!

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/gossip/2.0.4/screenshot.png)
 * Gossip
 * [Support Threads](https://wordpress.org/support/theme/gossip/)
 * [Active Topics](https://wordpress.org/support/theme/gossip/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/gossip/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/gossip/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [afitmess](https://wordpress.org/support/users/afitmess/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-are-closed-9/#post-7558448)
 * Status: resolved