Title: Remove comments and comments labels
Last modified: August 21, 2016

---

# Remove comments and comments labels

 *  Resolved [ydbeheer](https://wordpress.org/support/users/ydbeheer/)
 * (@ydbeheer)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/)
 * Hi there!
 * Quiestion: How can I remove the comment, author and date labels?
 * I already turn them off in het general settings but I see them still on my WP
   website.
 * thnx!

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

 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4558910)
 * Hello!
 * It can be hidden with some custom CSS rules. Could you please share a link to
   your website so I could provide you the code necessary?
 * Thank you!
 * Cheers,
    Toth Balint BT
 *  Thread Starter [ydbeheer](https://wordpress.org/support/users/ydbeheer/)
 * (@ydbeheer)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4558912)
 * Hello!
 * Thanks for your feedback.
 * [http://www.burosam.nl/wp/](http://www.burosam.nl/wp/)
 * Yance.
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4558936)
 * Here you go:
 *     ```
       .fb-comments, .fw-comments, .fs-comments, .ls-comments {
       	display: none;
       }
       ```
   
 * Cheers,
    Toth Balint BT
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4558937)
 * If you have a child theme, paste this in the child theme’s style.css file, or
   please use Simple Custom CSS plugin.
 * If you have any more questions, just feel free to ask, I am happy to help.
 * Cheers,
    Toth Balint BT
 *  Thread Starter [ydbeheer](https://wordpress.org/support/users/ydbeheer/)
 * (@ydbeheer)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4558988)
 * Hi,
 * Thank you very much! It’s working 🙂
 * Few more things I want to change :
 * 1. How can I remove author and date and icons from each page?
    2. How can I change
   the name Featured Titles and Popular Categories?
 * thnx for your help.
 * Yance
 *  [Balint Toth](https://wordpress.org/support/users/tothbalint/)
 * (@tothbalint)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4559057)
 * Hello!
 * If you would like to remove the author and date data from the frontpage, you 
   will need this code:
 *     ```
       .ls-metadata {
       	display: none;
       }
       ```
   
 * If you need it removed from the specific pages, then this is what you have to
   use:
 *     ```
       .article-meta {
       	display: none;
       }
       ```
   
 * For changing the Featured titles and popular categories text, you will need to
   edit some theme php files, which is a little bit dangerous, because a single 
   typo is enough to take down the website, and it needs some php knowledge. But
   I am here to help, just let me know.
 * Greetings,
    Toth Balint BT
 *  [WPShout](https://wordpress.org/support/users/codeinwp/)
 * (@codeinwp)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4559185)
 * Hi Toth,
 * Thank you for your help. 🙂
 * Have a nice day!

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

The topic ‘Remove comments and comments labels’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/reviewgine-affiliate/1.4/screenshot.
   png)
 * Reviewgine Affiliate
 * [Support Threads](https://wordpress.org/support/theme/reviewgine-affiliate/)
 * [Active Topics](https://wordpress.org/support/theme/reviewgine-affiliate/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/reviewgine-affiliate/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/reviewgine-affiliate/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [WPShout](https://wordpress.org/support/users/codeinwp/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/remove-comments-and-comments-labels/#post-4559185)
 * Status: resolved