• Hello!

    I have been trying to work my brains out how to change the colour of the sidebar background + widget background to the left. I recently changed the main background to a new mint colour but the sidebar + widget bar background remains the same old mint colours.

    Here the website: http://www.stockholmdrift.wordpress.com

    Thankful for any tip!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have a custom css plugin or area within your theme?
    This is controlling the colour of your sidebar:

    .col1 .content {
    background-color: #e5f4f4;
    }

    This is the content of your header and content:

    .custom-background .hentry, .custom-background .main-navigation {
    background-color: #e5f4f4;
    }

    And the background of your of logo is already in the picture, so you will need to change this in photoshop or another image editor.

    Thread Starter nanorie

    (@nanorie)

    Ok! That fixed it! Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change sidebar colour (theme balloons)’ is closed to new replies.