• Hello, First of all, thanks for this great theme.
    I’ve been trying to change the background color, and can’t for the life of me figure out how. I can see how to change the background color ( the one thats the lighter gray by default), but I can’t figure out how to change the color of the main body background (the one thats the darker, almost mottled gray that text is on). If you could help me figure out how to do that, it would be much appreciated. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    The main body contains a content area, a sidebar area and a footer area:

    
    #content {background:#333 url('images/back.png'); opacity:0.9; filter:alpha(opacity=90);}
    #sidebar {background:#333 url('images/back.png'); opacity:0.9; filter:alpha(opacity=90);}
    #footer {background:#333 url('images/back.png'); opacity:0.9; filter:alpha(opacity=90);}
    

    So besides background-color there’s an image and some transparancy.

    Guido

    Theme Author Guido

    (@guido07111975)

    Closing this topic because of no replies.

    Guido

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Main Body Color’ is closed to new replies.