Title: remove icon blocks
Last modified: August 22, 2016

---

# remove icon blocks

 *  [davidwilchfort](https://wordpress.org/support/users/davidwilchfort/)
 * (@davidwilchfort)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/remove-icon-blocks/)
 * I just want to keep the menu icon, but remove the block icons from all other 
   posts. Is there a simple way to do this?

Viewing 1 replies (of 1 total)

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/remove-icon-blocks/#post-5290588)
 * If you’re referring to the post format icons to the right of each post, this 
   CSS should hide them:
 *     ```
       article .entry-format {
          display: none;
       }
       ```
   
 * Don’t edit the theme files directly, otherwise your changes will be overwritten
   whenever the theme is updated.
 * An easy way to add custom CSS is to install the [Jetpack plugin](http://jetpack.me/)
   and activate the [Custom CSS](http://jetpack.me/support/custom-css/) module. 
   You’ll then add your custom CSS in the new stylesheet editor that’ll appear in
   your dashboard, under Appearance > Edit CSS.
 * As alternatives, you could either install a [standalone custom CSS plugin,](http://wordpress.org/plugins/search.php?q=custom+css)
   or create a [child theme.](http://codex.wordpress.org/Child_Themes)

Viewing 1 replies (of 1 total)

The topic ‘remove icon blocks’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/remove-icon-blocks/#post-5290588)
 * Status: not resolved