Title: Hide post tags
Last modified: August 31, 2016

---

# Hide post tags

 *  Resolved [openaccessdebate](https://wordpress.org/support/users/openaccessdebate/)
 * (@openaccessdebate)
 * [10 years ago](https://wordpress.org/support/topic/hide-post-tags-1/)
 * I want to hide post tags, but I don’t know how to edit the CSS to do so. I tried`
   display: none` but it didn’t work. Does anyone know what I need to do in order
   to hide this?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years ago](https://wordpress.org/support/topic/hide-post-tags-1/#post-7325170)
 * This should do the trick:
 *     ```
       .entry-meta .tags-links {
           display: none;
       }
       ```
   
 * Keep in mind that right now you’ve copied the entire stylesheet into your custom
   CSS editor, which is causing problems with your overrides. Only the CSS you want
   to override should go into the editor, not the entire stylesheet.
 * I’d suggest removing everything you have now and only placing back the specific
   elements you need to override.
 * These forums are for folks running the WordPress software on their own hosting,
   not on WordPress.com. If you need further help customizing your CSS on WordPress.
   com, feel free to post in the [CSS Customization forum.](http://en.forums.wordpress.com/forum/css-customization)
 * Here are some tips on getting help in the WordPress.com forums: [http://en.support.wordpress.com/getting-help-in-the-forums/](http://en.support.wordpress.com/getting-help-in-the-forums/)
 * For non-CSS issues, you can also access the live chat support option when available
   here:
 * [https://wordpress.com/help/contact](https://wordpress.com/help/contact)

Viewing 1 replies (of 1 total)

The topic ‘Hide post tags’ is closed to new replies.

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

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)
 * [post tags](https://wordpress.org/support/topic-tag/post-tags/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/hide-post-tags-1/#post-7325170)
 * Status: resolved