• Hi
    I more than satisfied with my clear theme.
    But.
    I would like to keep my content background white an #f4f4f4 in body background
    Cant find it in my css
    If anyone have time and a solotion have a look at:
    http://blogg.erngren.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • to set the background color of the body, change this in style.css:
    body {font-size: 13px; font-family: Trebuchet MS, Helvetica,"Times New Roman"; background-color:#f4f4f4!important;}

    to set the background of the content to white, change here:
    #content {margin-bottom:0;padding-bottom:10px; background-color:#fff; padding-left:10px;}

    if you want to have white behind the sidebar and header as well, change here instead (in 960.css, at the beginning):
    .container_12,.container_16{background:#fff;margin-left:auto;margin-right:auto;width:960px}

    Thread Starter erngren

    (@erngren)

    Thanks!
    Now I have to figure out how to edit 960.css
    I cant ftp files

    Thread Starter erngren

    (@erngren)

    I dont know how to find and edit this css:
    @import url(“css/960.css

    you can force the style (white background) from within style.css by adding this to the end of style.css:

    .container_12,.container_16{background:#fff!important;}

    the !important directly after the style, before the semicolon, forces the browser to use the style even if a different style is declared later.

    Thread Starter erngren

    (@erngren)

    Wonderful!
    You saved my day

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Background color’ is closed to new replies.