• 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

    (@nobita)

    Hi pfdusty

    Most Easy Way

    add style.css bottom.

    .lsidebar{
        display:none;
    }

    thank you.

    Thread Starter pfdusty

    (@pfdusty)

    thank you but it did not work. 🙁

    Theme Author nobita

    (@nobita)

    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

    (@pfdusty)

    This worked. Thank you!

    Thread Starter pfdusty

    (@pfdusty)

    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

    (@nobita)

    You should use child theme

    example download below

    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.