Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Depends on which sidebar? πŸ™‚

    Thread Starter adjihoud

    (@adjihoud)

    the right sidebar

    Theme Author Shaped Pixels

    (@shaped-pixels)

    You will have to create custom CSS to do this, so if you are using jetpack, you can use its Edit CSS feature, otherwise if you are not using this, get a plugin like Simple Custom CSS.

    You can do something like this example:

    #right-wrapper {
        background-color: #ccc;
        padding: 12px;
    }

    Basically, you would copy and paste that into your custom css stylesheet (with your colour and padding choice of course).

    Please note though that this will not create a full height column background if your content area is longer than the sidebar content.

    Thread Starter adjihoud

    (@adjihoud)

    I pasted your example into a css stylesheet and I got a gray background.
    Then I deleted but the background is always gray ???
    Do you know why ?

    Thread Starter adjihoud

    (@adjihoud)

    sorry, it was just a problem updating !
    thank you

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

The topic ‘sidebar background color’ is closed to new replies.