• I am using the theme “15” on a site http://www.beckyemetdesign.com/ and would like to change the site-content.container from its present grey to white and I can’t seem to find it in the CSS. COuld someone help direct me how to find it to change or how to override it. Thanks. Its really bugging me.

Viewing 1 replies (of 1 total)
  • Your site did not load up so went to the theme demo. If you don’t already have a Child_Themes or a custom.css you should install a plugin like custom CSS plugin then add the following to the custom css area.

    #content {
    background: #fff;
    }

    If you want to change the footer as well then use this isntead

    #content, #colophon {
    background: #fff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to change the color of site-content.container’ is closed to new replies.