ravell Posted April 8, 2014 Share Posted April 8, 2014 (edited) Prestashop 1.6 Theme 9.css So after updating module themeconfigurator my footer background reverted to original. in /modules/themeconfigurator/css theme9.css I've changed line 186 to .footer-container #footer #social_block { background: none; padding-bottom: 15px;}.footer-container { background: url(../img/cfbgv3.png) repeat 50% 0;}@media (min-width: 768px) { .footer-container { background: url(../img/footer-bg.png) repeat-x; }} from .footer-container #footer #social_block { background: none; padding-bottom: 15px;}.footer-container { background: #3f3f3f;}@media (min-width: 768px) { .footer-container { background: url(../img/footer-bg.png) repeat-x; }} I want only the highlighted red section below to change to my tiled image... It was all ok before i updated this module errr!!! Thanks for the help Edited April 9, 2014 by vekia (see edit history) Link to comment Share on other sites More sharing options...
ravell Posted April 8, 2014 Author Share Posted April 8, 2014 Solved by editing line 2 body { background: url(../img/cfbgv3.png) repeat 50% 0;} Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2014 Share Posted April 9, 2014 hello ravell thank you for posting solution for this weirdy problem i can go ahead and mark also topic title as [solved] here are instructions, if you will want to do the same in the future: [sOLVED] TopicIf, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution.Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED].To mark a topic as [solved] :- Edit the first post of your topic by clicking on the "Edit" button,- Click on the "Use full editor" button,- Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. it's not necessary but it's a good practice here based on prestashop forum rules Link to comment Share on other sites More sharing options...
Recommended Posts