Background Photo in Header

Posted in: Newspaper
Post count: 14

Hello,

Can I put background photo in Header in stead of plain color? If yes, how to do it?

Post count: 23312

Hello nishitjariwala,

If you want to add an image to your header style, please notice that you will have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-banner-wrap-full{
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1164px 130px;;
}

The result you should see here -> http://screencast.com/t/qdkFC6yW

Thanks for your message!

Post count: 10

Good morning,

This works for the Homepage alone.

It does not work for the inner pages.

Post count: 22421

Hi,
the code works on every page as it only affects the header. As long as you do not have a different header on different pages, it will work on other pages as well. here is an example of the code applied to multiple pages of the same site: http://screencast.com/t/5clqg5YvBsHhttp://screencast.com/t/svVGRmZAMhttp://screencast.com/t/LfjCJ7IONKV1
Only the first of these pages is set as homepage. the rest are other pages. It works on categories, posts and every other part of the site as the header is the same one.
Thank you!

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