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: Addin Image background to Header

#4590
Sanjip Shah
Participant

@andrella You can add a background image/color from Appearance->Background. Now one thing you could do is if you wan the same image/color to appear in the header or footer part you can add the following custom css in Appearance->Theme Options->Design Options->Custom CSS.

#branding, #colophon {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}