Title: Remove metadata side panel from blog posts
Last modified: June 25, 2019

---

# Remove metadata side panel from blog posts

 *  [philtaylor554](https://wordpress.org/support/users/philtaylor554/)
 * (@philtaylor554)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/remove-metadata-side-panel-from-blog-posts/)
 * Hi,
 * I was hoping someone might be able to help here. I’d like to remove the blue “
   metadata” panel that appears on the left-hand side each post that I make on my
   WP site. I’ve removed any and all widgets that I think might be making it appear
   there but to no avail. Does anyone have any ideas?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-metadata-side-panel-from-blog-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [6 years, 11 months ago](https://wordpress.org/support/topic/remove-metadata-side-panel-from-blog-posts/#post-11670469)
 * That’s not a widget; it’s part of your theme. You can hide it with this CSS:
 *     ```
       .blog-info.large-2.columns {
           display: none;
       }
       ```
   
 * **To add or override CSS:** use the “Additional CSS” option in the customizer._
   [https://codex.wordpress.org/CSS#Custom\_CSS\_in\_WordPress](https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress)_
 * Learn to use the [Chrome Developer Tools](https://developers.google.com/web/tools/chrome-devtools/)
   to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)

The topic ‘Remove metadata side panel from blog posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * Last activity: [6 years, 11 months ago](https://wordpress.org/support/topic/remove-metadata-side-panel-from-blog-posts/#post-11670469)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
