Before you ask please READ THIS

Change Background and Font Color of Blog Post List Side Bar + Blog Post Side Bar

Hello. Would I be able to change the background and font color of the blog post list and blog post SIDEBAR? I want to change my blog post list sidebar background to a darker color and change the font color of the title of each sidebar section + font color of all the links to something lighter. I want the color theme of the blog post list + blog post sidebar to be the same.
Here is my blog post list http://www.yogjoshi.com/blog/

Thank you!
Yog

Comments

  • AirAir
    edited September 2015 Posts: 10,970
    Hello:-)

    Use this custom CSS:

    .posts-list .layout-full_fixed #secondary{
    background-color: #666;
    }
    .posts-list .layout-full_fixed #secondary .widget h3.title,
    #secondary .widget h3.title{
    color: #fff;
    }
    .posts-list .layout-full_fixed #secondary .widget a,
    #secondary .widget a {
    color: #ccc;
    }
    .posts-list .layout-full_fixed #secondary .widget a:hover,
    #secondary .widget a:hover {
    color: #aaa;
    }
    You will have to adjust colors, but it should cover most things.

    With kind regards.
    Post edited by Air on
  • edited September 2015 Posts: 33
    Thank you! This works for my blog post list however the settings are not applied to my individual blog post sidebar. Would you be able to help me out. Blog post example: http://www.yogjoshi.com/painting-and-photo-studies/
    Thanks!
    Yog
    Post edited by yogeshj25 on
  • AirAir
    Posts: 10,970
    I have altered above code, so you can take it and it should be better now.

    With kind regards.
  • Okay Perfect!
    Thank you!
    Yog
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!