Lost your password?

Slow loading header colour - weird?!

  1. Hi guys

    I am using the 'Pool' them and have uploaded a custom header. However when the page loads slowly I still get a blue colour for the header before my custom header has fully loaded... Is there anyway I can change this colour to white or orange?

    www.anychanceofseconds.com

    I have the CSS upgrade and have identified the coding below as the code which will need to be changed, however when I change the colour to white or orange my custom header doesn't load at all and the header is just white or orange?

    I am really confused?

    #header {
    background:#F87217url(images/logo.gif) no-repeat;
    height:150px;
    margin:0;
    padding:0;
    }

    Many thanks to anyone who takes the time to look at this...

  2. You need to replace the relative link for the standard header with the absolute link for your custom header:

    #header {
    background:#F87217 url(http://anychanceofseconds.files.wordpress.com/2009/05/new-banner2.png) no-repeat;
    height:150px;
    margin:0;
    padding:0;
    }

    Oh, and put a space between the hex color code and the url as I have above.

  3. Genius! Thank you very much!

  4. You're welcome.

Topic Closed

This topic has been closed to new replies.


About this Topic