karwos1994 Posted June 5, 2014 Share Posted June 5, 2014 Hi! I'd like to put an image into footer, but I have some problem. Firstly I don't know which css code is responsible for that change. Secondly I want to put an image which will be anchored in footer. I'm uploading a photo with selected arena which I mean. Before that I used a code to put a background image. #page, .columns-container { background: url('/img/background.png') center top repeat !important; } Link to comment Share on other sites More sharing options...
ironbg Posted June 5, 2014 Share Posted June 5, 2014 Hi, use this code: .footer-container{ background: #FFF url(../img/footer.jpg)!important; } Edit global.css in themes\default-bootstrap\css Link to comment Share on other sites More sharing options...
karwos1994 Posted June 5, 2014 Author Share Posted June 5, 2014 I tried it before and now and it didn't work. Link to comment Share on other sites More sharing options...
karwos1994 Posted June 5, 2014 Author Share Posted June 5, 2014 (edited) I see i did sth wrong. The background in footer changed to white, and image doesn't work. Ok, I found a solution Just my stupid mistake with localizaction image. Thank you, and sorry ^^ Edited June 5, 2014 by karwos1994 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2014 Share Posted June 5, 2014 I see i did sth wrong. The background in footer changed to white, and image doesn't work. Ok, I found a solution Just my stupid mistake with localizaction image. Thank you, and sorry ^^ thank you for informations now we have great solution provided by ironbg :-) im going to mark topic title as solved. with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts