Footer background

Posted in: Newsmag
Post count: 37

Hi, when i insert a footer background on my site, from theme panel, dont show the image on footer background. What can i do?

Post count: 6535

Hi

This is a known issue and we work to fix it s soon as possible.
Sorry for inconveniences and thanks for your understanding.

Post count: 37

Hi, I updated my theme and the problem with footer background image continue. How Can I solve it? Is it another solution with css?
Thanks!

Post count: 6535

Hi

We haven’t managed to fix the footer background issue yet but a temporary solution would be the use of this css in theme panel > custom code > custom css: http://screencast.com/t/ZI5wl2guXTrv

.td-footer-container:before{
background-image: url('image-url');
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: auto;
background-position: center bottom;
}
}

Just replace image-url with the full url of the image you want to set as background for footer.

Thanks!

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