Title: Remove archive on sidebar
Last modified: August 21, 2016

---

# Remove archive on sidebar

 *  Resolved [SensethePoint](https://wordpress.org/support/users/sensethepoint/)
 * (@sensethepoint)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-archive-on-sidebar/)
 * I’d like to remove the archive from the sidebar, is that possible?

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

 *  [kaniamea](https://wordpress.org/support/users/kaniamea/)
 * (@kaniamea)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-archive-on-sidebar/#post-4657910)
 * Yes, you can. You can either:
 * add this code to your child style.css file or add it using the Custom CSS Plugin:
 *     ```
       .widget.widget_archive {
           display:none;
       }
       ```
   
 * == or ==
 * you can go to Widgets and just remove the Archive from the sidebar column.
 *  [Scott Smith](https://wordpress.org/support/users/scottsmith/)
 * (@scottsmith)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-archive-on-sidebar/#post-4658068)
 * You don’t have to touch the CSS, just use the widgets editor in Appearance > 
   Widgets and remove the archive widget from the sidebar. 🙂
 *  Thread Starter [SensethePoint](https://wordpress.org/support/users/sensethepoint/)
 * (@sensethepoint)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/remove-archive-on-sidebar/#post-4658069)
 * Thanks

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

The topic ‘Remove archive on sidebar’ is closed to new replies.

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

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 3 replies
 * 3 participants
 * Last reply from: [SensethePoint](https://wordpress.org/support/users/sensethepoint/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/remove-archive-on-sidebar/#post-4658069)
 * Status: resolved