• Steve

    (@beforewisdom)


    Hi;

    I’m using the default theme. I would like to change color of the area outside of the content area ( from gray to black ). I was perusing through the main css, which section and variable would I want to adjust?

    Thanks much in advance

Viewing 1 replies (of 1 total)
  • Go to the Stylesheet file and look for something similar to what I’ve posted below:

    body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align:center;
    color:#000000;
    line-height:1.3em;
    background: #7FB7E7;

Viewing 1 replies (of 1 total)
  • The topic ‘Default Theme: Color outside of content area’ is closed to new replies.