Background image for Header and Footer

Posted in: Newspaper
Post count: 5

I just upgraded to Newspaper 6.3 from 4.6.2 and now the header and footer background images are missing. I was using the following custom CSS that you provided earlier:

Header background

.td-header-bg {
background: white url(http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg);
}

Footer background

.td-footer-wrap {
background: white url(“http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg”) !important;
}
.td-footer-wrap .span12 {
background: transparent !important;
}

Post count: 7909

Hi,

Please add your background image for header using this custom css – http://screencast.com/t/qfxmCw5EJePs

.td-banner-wrap-full {
background: white url("http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg");
}

Also for footer area you can try this: http://screencast.com/t/36hn8irpI1a

.td-footer-wrapper {
background-color: transparent;
}
.td-footer-wrapper {
background-image: url("http://mydomain.org/wp-content/uploads/2014/07/Burlap-texture.jpg");
}

Thanks!

Post count: 5

Works great! Thank you.

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