• I am using Twenty-Eleven template. I want to change the sidebar/widget column color. I think it would look more separated and organized. Thanks for the help in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • in the css go to
    /* =Structure
    find
    #secondary {
    float: right;
    margin-right: 7.6%;
    width: 18.8%;
    background:;
    }
    this is your widget area on the right
    give it
    background:#color;

    might want to concider adding

    border-left:1px dotted #color;
    to enhance that effect

    Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change sidebar (widget column) color’ is closed to new replies.