Header background

Posted in: Newspaper
Post count: 4

Hi

How do I get a background image on the header as is shown in this demo.

Thanks for the help.

Mark

https://demo.tagdiv.com/newspaper_cafe/

Post count: 23312

Hello skisnkeys,

Please notice that demo uses the Header Style 10 which uses the logo in full width as you can see here -> https://www.screencast.com/t/IhZ74inX Basically, this image is a logo in full width with this dimensions. So, if you want to make something similar with this, you should use the Header Style 10 with a full logo and then you will bring the same result.

Thanks for your understanding!

Post count: 52

If you want a background-image in the header and a seperate logo,
This works for me:

.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
    
background: #000000 url(https://www.yourwebsite.com/wp-content/uploads/2017/05/yourbackgroundimage.jpg) no-repeat;
background-size: 100% 100%;

}
  • This reply was modified 9 years by Roboman. Reason: corrected percentage
Post count: 4

Thanks All For The Help!

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