badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Change the colour behind the site title (but not Menu)

#42499

Hi Sgeorge,

You have to set the background color for menu bar too. To set the color for both header and menu use the custom css below.

#branding {
    background-color: #fff;
}
#access {
    background-color: #fff;
}

Replace above HEX color code #fff to your own HEX color code.

Thank you!