Title: Remove Archives
Last modified: August 22, 2016

---

# Remove Archives

 *  [pfdusty](https://wordpress.org/support/users/pfdusty/)
 * (@pfdusty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-archives-4/)
 * How can I delete the whole ARCHIVE section on the left side of the pages/posts?
   I tried everything that has been recommended here on the different topics but
   it doesn’t seem to work for me.
 * Thank you

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790755)
 * Hi pfdusty
 * Most Easy Way
 * add style.css bottom.
 *     ```
       .lsidebar{
           display:none;
       }
       ```
   
 * thank you.
 *  Thread Starter [pfdusty](https://wordpress.org/support/users/pfdusty/)
 * (@pfdusty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790825)
 * thank you but it did not work. 🙁
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790827)
 * Maybe cache issue
 * style.css top comment
 *     ```
       /*
       Theme Name: raindrops
       Theme URI: http://www.tenman.info/wp3/raindrops/
       Description: This theme can change freely fonts,layout,color scheme and header image for each post,page. The google fonts, you can use freely in the post more than 90percent of the fonts.Color scheme and layout, you can freely change from theme customizer.For more updates, please make sure to open the link of the changelog from the help tab of this theme page.Add new post, so also to help tab of edit post page has been described how to use tips, please visit
       Author: Tenman
       Author URI: http://www.tenman.info/wp3/
       Version: 1.275
       Tags: black, blue, gray, brown, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, post-formats, featured-images, full-width-template, fixed-layout, fluid-layout, responsive-layout
       License: GNU General Public License v2.0
       License URI: http://www.gnu.org/licenses/gpl-2.0.html
       Text Domain: Raindrops
       */
       ```
   
 * Change value from ‘Version: 1.275’ to ‘Version: 1.276’
 * then Style force apply.
 * If you can see the change, Please return the version number to the original
 *  Thread Starter [pfdusty](https://wordpress.org/support/users/pfdusty/)
 * (@pfdusty)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790852)
 * This worked. Thank you!
 *  Thread Starter [pfdusty](https://wordpress.org/support/users/pfdusty/)
 * (@pfdusty)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790955)
 * Now with the new update to the theme the archive and search is showing back up.
   How do I remove it this time?
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790956)
 * You should use child theme
 * example download below
 * [http://tenman.info/download/child-raindrops.zip](http://tenman.info/download/child-raindrops.zip)
 * add style.css
 *     ```
       .lsidebar{
           display:none;
       }
       ```
   
 * Thank you.

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

The topic ‘Remove Archives’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [nobita](https://wordpress.org/support/users/nobita/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/remove-archives-4/#post-5790956)
 * Status: not resolved