How to change header background from black

  • southxwest

    #565

    I was hoping to change the header top and bottom from black (#000000) to #669966. Is there a simple way to do this in the stylesheet?

    Admin

    Syahir Hakim

    #12939
    #top-bar, #nav {
    background: #696;
    }

    Johan

    #12940

    Hi Syahir,

    Thanks for this, I was wondering how to get rid of the black. I tried the code below, which works pretty good, but if I do it (on http://www.fairview.edu.my) the background of Welcome and the other titles is still black. I would love to change only what is black now to #012F50. I like the light colour on top. Thanks.

    #top-bar, #nav {

    background: -moz-linear-gradient(left top, #012F50, #6E7997);

    background: -webkit-gradient(linear, left top, right bottom, from(#012F50), to(#6E7997));

    background: linear-gradient(left top, #012F50, #6E7997);

    -pie-background: linear-gradient(left top, #012F50, #6E7997);

    }

    schmidtysays

    #12941

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.