• Resolved Uval

    (@uval)


    Hello,

    Daily post is a beautiful theme of wonderful quality, thank you.

    I would like to remove the “Archives” and “Meta” from my left sidebar. I went to widgets and removed whatever was there but it still shows on my left side bar with the Log In button etc.

    How do I remove it? https://www.sangrededrago.info/

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • CPC Mike

    (@homergz)

    Easiest way is to hide them with CSS. Add this to your style.css:

    aside#archives{
    display:none;
    }
    aside#meta{
    display:none;
    }
    Thread Starter Uval

    (@uval)

    Ok I figured it out…its in sidebar.php.

    Thread Starter Uval

    (@uval)

    Awesome! thank you.

    I’m trying to comment out or remove the “-” symbol which I have on the page under the page title. I used a plugin to remove the date but this little “-” is still there.

    Can you help with that too?

    Regards.

    WPyogi

    (@wpyogi)

    This should do away with that:

    .date-i {
      display: none;
    }

    The best way to identify CSS code for things like this is by using Firebug…so you might check that out.

    Thread Starter Uval

    (@uval)

    It worked, thank you.

    I’m new to this and even though I’m using firebug all I know is to comment out or remove/delete but I don’t know how to right a code.

    Thanks!

    WPyogi

    (@wpyogi)

    This is a good CSS reference site — learning some basics will be helpful if you want to make changes in WP:

    https://www.w3schools.com/css/

    There are also MANY good tutorials and videos on the web re: CSS in WP specifically.

    Thread Starter Uval

    (@uval)

    Awesome!
    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Archives Meta’ is closed to new replies.