• I’m Currently using [Costum Community] Theme and I’ve been going crazy trying to figure out how to change the background colour of pages/posts. The body of the website so to say, not the actual background.

    http://www.lidforsmarin.com

    Basically what’s currently grey is what I want to change..

Viewing 1 replies (of 1 total)
  • Try this: go to Appearance->Theme Settings->CSS and add a rule like this:

    div#container {
       background-color: #FF0000 !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change background colour of pages’ is closed to new replies.