I've tried to figure out what to change/add to get the background of the "main" part in a different colour. (In lack of other words, I mean, it's not a module position.)
In
this
picture I'm talking about the area inside the blue outline. I would like to change it from black.
Re: Afterburner, change background colour on "main"
Posted 15 years 2 months ago
find this in style 2 (is this your style?)
.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper, body {background:#272727;}
and rewrite it like this
.s-c-s #col1pad {background:#272727;} <<<< this should be the color to change
.s-c-x #colright {background:#272727;}
.x-c-s #colright {background:#272727;}
#wrapper {background:#272727;}
body {background:#272727;}