Is it possible to use a full width image as header?

Posted in: Newspaper
Post count: 11

Hi guys,

I want to create a image based full width header like on for example: http://www.boredpanda.com. However, I can’t seem to find any option to do so and the theme doesn’t seem to support custom header plugins.

Does anyone know if and how this is possible?

Thanks in advance!
Ron

Post count: 7909

Hi,

You can try to add a background image on header style 3 using this css: http://screencast.com/t/VMTH3rPr
But if you change some settings like adding a site background you will need more custom modifications so if you don’t have basic knowledge you can hire a professional to do this for you.

.header-style-3 .td-full-logo{
background-color: transparent;
}
.td-full-layout .td-header-bg{
background-image: url("http://www.backgroundzs.com/static/images/desktop-backgrounds1.jpg");
}

Hope this helps!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.