change header color with image

Posted in: Newspaper
Post count: 63

in theme option – theme color -> header color : we can choose color…
but can you make image for background in header?
i mean if we choose header style 6 – menu + (full width logo)
is very cute if can put image background in below logo

Thanks

Post count: 6600

Hi,

Set from Theme Panel the “Style 6 – menu + (full width logo)” then add this css in Theme Panel > Custom CSS:

.td-full-logo {
background: transparent !important;
}

.td-full-layout .td-header-bg {
background-image: url('http://kipaustria.at/wp-content/uploads/2014/06/header-background.jpg');
}

Result: http://screencast.com/t/RR8HaI32Ywcl

Hope this works!
Thanks

Post count: 12

Hi,
This code works great but I am wondering what the size of the header image should be for the full width background?
Thanks!

  • This reply was modified 11 years by Lanell.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.