Slow loading header colour – weird?!

  • Unknown's avatar

    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?

    http://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…

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    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.

  • Unknown's avatar

    Genius! Thank you very much!

  • Unknown's avatar
  • The topic ‘Slow loading header colour – weird?!’ is closed to new replies.