Header Image

Posted in: Newspaper
Post count: 61

Hi Guys,

I’d like to use the below CSS code to replace my header image with one that runs across the whole page:

.td-logo-wrap-full {
background-image: url(“http://www.irreverentgent.com/wp-content/uploads/2016/11/Make-Yourself-Esteemed2.jpg”);
background-repeat: repeat-x;
}

When I tried this, I removed my current logo, but got a strange error. Is there something I’m not doing?

Thanks!

Dave

Post count: 22421

Hello,
It seems to run fine on my end: http://screencast.com/t/VsDki7rO
I added a height property so you can see the full image height:
.td-logo-wrap-full {
background-image: url("http://www.irreverentgent.com/wp-content/uploads/2016/11/Make-Yourself-Esteemed2.jpg");
background-repeat: repeat-x;
height:170px
}

Please provide a link to your site so I can see this error.
Thank you!

Post count: 61

Thanks for getting back to me.

In the example you show, I’d like to remove the Newspaper logo in the center, so that only the background image is visible. Is there further CSS code needed for that?

My site is http://www.irreverentgent.com, but for now I have disabled this because it wasn’t looking right.

Thanks again for all the great support!

Post count: 22421

Well I no longer see any logo on your site: http://www.irreverentgent.com/
You can simply remove any logo from the theme panel header section or footer if you want to remove the footer logo.

Thank you!

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