• Can someone help me change the background color for my sidebar on my site‘s Twenty Twelve theme? (I’ve created a child theme already.)

    I’m wanting to show separation between the body of the web pages and the sidebars.

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • Try putting this code in your style.css

    .widget-area {
      background-color: blue;
    }

    I used blue as an example, you use your preferred color.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change background color for sidebar on Twenty Twelve theme’ is closed to new replies.