Footer top background-image

Posted in: Newspaper
Post count: 3

Hi

I have been trying to add a footer bg image to the top of my footer. I have changed the css in the following files:

styles.css
main.css
footer.less

I can see using firebug that the image is there but it will not show up when i refresh the site.

My code is

styles.css

.td-full-layout .td-footer-wrap,
.td-boxed-layout .td-footer-wrap .span12 {
background-image: url(“http://103.4.234.43/~wwwaaaba/wp-content/uploads/2014/03/AAA_Color_Footer_top.png”);
background-repeat:no-repeat;
}

main.css

.td-full-layout .td-footer-wrap,
.td-boxed-layout .td-footer-wrap .span12 {
background: #fafafa;
background-image: url(“http://103.4.234.43/~wwwaaaba/wp-content/uploads/2014/03/AAA_Color_Footer_top.png”);

Any help will be grateful. I have spent house on this.

Thanks

Post count: 3343

Hi,
You don’t need to modify that files, because you will lose the code on an theme update. The theme have support for Custom CSS in Theme panel.

Add this CSS in Theme panel -> Custom CSS

.td-footer-wrap {
   background: url("http://images4.fanpop.com/image/photos/21700000/HD-wallpapers-beautiful-pictures-21761366-1920-1200.jpg") repeat-x scroll center top !important;
}

like here: http://screencast.com/t/JeMIEaPR3 and replace the image with yours.

Thanks for the message!

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