Home Forums Jorvik Change header background color Reply To: Change header background color

#5780
Yazmin
Keymaster

To change the background color of the header from the default grey (#e2e7eb) to white, use this Additional CSS:

#masthead {
    background-color: #fff;
}