Title: Remove default comment block?
Last modified: August 22, 2016

---

# Remove default comment block?

 *  Resolved [Rob Roy](https://wordpress.org/support/users/danetidwell/)
 * (@danetidwell)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-default-comment-block/)
 * Can we remove the default comment block at the bottom of the page and the plugin
   still work? I would like to force our users to use the inline system and not 
   default to the block at the bottom of the post.
 * [https://wordpress.org/plugins/inline-comments/](https://wordpress.org/plugins/inline-comments/)

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

 *  Plugin Author [kevinweber](https://wordpress.org/support/users/kevinweber/)
 * (@kevinweber)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-default-comment-block/#post-5404053)
 * Hi Rob,
 * the easiest solution is to hide the unwanted part using CSS, as follows:
 *     ```
       .comments-area {
       display: none;
       }
       ```
   
 * But the CSS class (.comments-area) depends of your theme. You can send me a link
   to your site and I’ll have a look.
 * Does this solve your issue?
 * Best regards,
 * Kevin
 *  Thread Starter [Rob Roy](https://wordpress.org/support/users/danetidwell/)
 * (@danetidwell)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-default-comment-block/#post-5404055)
 * Thanks! Here’s a link to an article: [http://chicagophoenix.com/2014/10/19/conservative-bishops-vote-down-popes-welcoming-tone-for-gays/](http://chicagophoenix.com/2014/10/19/conservative-bishops-vote-down-popes-welcoming-tone-for-gays/)
 *  Plugin Author [kevinweber](https://wordpress.org/support/users/kevinweber/)
 * (@kevinweber)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/remove-default-comment-block/#post-5404058)
 * Ha, great, you can exactly use the previously mentioned code and insert it into
   the plugin’s “Custom CSS” box.
    Tell me when you’re done.

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

The topic ‘Remove default comment block?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-comments_fbfcfe.svg)
 * [Inline Comments](https://wordpress.org/plugins/inline-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-comments/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [kevinweber](https://wordpress.org/support/users/kevinweber/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/remove-default-comment-block/#post-5404058)
 * Status: resolved