• I have a website and the Background Color got set to yellow somehow and it always dispalys first until the background image loads. Can someone help me get it back to black or gone completly?

    The site is xxspeedway.com

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • Loads fine with a black background in Firefox

    I see a yellow background for a second and then it turns black.

    In you CSS file you can have a look at html{ } or body{ }

    Is there a background-color set? If not, you can add:

    html{
    background-color:#000;
    }

    Looks good now. You changed it?

    Thread Starter razzle0146

    (@razzle0146)

    I havent changed anything and it is still yellow. Scroll all the way down to the footer and you can see that it is yellow for some reason.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Background Color Stays Yellow’ is closed to new replies.