• Site is here and theme is technical speech.

    For some reason when changing the background colour code in style.css….

    /*Basic Styles*/
    *{margin: 0px;padding: 0px;}
    a{color:#666;text-decoration:none;}
    a:hover{color:#31B640;text-decoration:none;}
    a img,img,img a{border:1px solid #EEE;padding:0;background-color:#EEE;}
    body{background:#<strong>fff</strong>;font-family:Arial, Helvetica, sans-serif;}

    …as shown here, the main white in the middle of the page remains on the home page but disappears on all others IE on posts, catergory’s. Obviously this make reading difficult as we would like #123 as bg colour but for the central area, which is to remain white.

    It’s almost as if there is a white image stuck in there somehow but only on the HP, almost like a frame.

    Will be most grateful if anyone has an idea on this.

Viewing 15 replies - 1 through 15 (of 19 total)
  • style.css:

    body {
        background:#fff;
        font-family: Arial,Helvetica,sans-serif;
    }

    Change the background value.

    Thread Starter ocpplus

    (@ocpplus)

    Am not completely with you esmi?

    Alwyn Botha

    (@123milliseconds)

    Change your body style.css to look like esmi posted

    Thread Starter ocpplus

    (@ocpplus)

    Thanks – tried that but posts and pages bg colour still showed through instead of remaining white and stayed as #123 which is the colour we require.

    Thread Starter ocpplus

    (@ocpplus)

    Does anybody have any further ideas on this one please? BG colour is showing through the other pages and posts instead of keeping the white middle section. Only the homepage does it correctly at the moment.

    kmessinger

    (@kmessinger)

    All pages I looked at in IE8 and FF were white. Should the pages be white with a different bg color?

    kmessinger

    (@kmessinger)

    Style sheet body, background is set to fff. Change to 123.

    Thread Starter ocpplus

    (@ocpplus)

    They look ok at the moment as I have quite a few visitors all the time and don’t want to ruin their experience. If I change the bg colour to #123 then the inner pages all turn completely blue, except the HP which looks good.

    kmessinger

    (@kmessinger)

    Yes, I see that now.

    kmessinger

    (@kmessinger)

    Looks to me like you need to add a bg color to .contentbox and to sidebar. But the best might be a wrapper that would be the same width as the banner. That would give you the look you want.

    Thread Starter ocpplus

    (@ocpplus)

    Sounds like a plan, will try and report back, thanks kmessinger

    kmessinger

    (@kmessinger)

    Thread Starter ocpplus

    (@ocpplus)

    Ok have changed and is live and looking much better, but on the inner pages there is just a small gap left and right of the central content, Do you know what that could be please?

    kmessinger

    (@kmessinger)

    The interior pages have this error (hard to see because of bg color)

    Parse error: syntax error, unexpected ‘?’ in /home/duploman/public_html/wp-content/themes/technical-speech/comments.php on line 25

    Thread Starter ocpplus

    (@ocpplus)

    Yeah that was something I did on comments, ok now, but images on HP have been mashed too.

Viewing 15 replies - 1 through 15 (of 19 total)

The topic ‘Background colour issue’ is closed to new replies.