Reply To: Header background color

Homepage Community Forums Legacy Theme Support Header background color Reply To: Header background color

#9391
Wes
Moderator

    You could add your color to the #head-wrap that surrounds the header. Just add this to your css –

    #head-wrap {
        background: #00214e;
    }