ladivito Posted October 31, 2010 Share Posted October 31, 2010 Hi,i try to change the footer background color at global.CSS as below /* Footer */ #footer { border-top: 1px solid #d0d3d8; width: 970px; <---- add this background-color: green; <----- add this padding: 0.5em 0; clear: both } but it seem not all the footer color is changed and is just change the top part only.anyone know where is the problem ?Thanks Link to comment Share on other sites More sharing options...
ladivito Posted October 31, 2010 Author Share Posted October 31, 2010 tested in prestashop 1.2.5 and 1.3 the above code is working but not working at 1.3.2very strange.... Link to comment Share on other sites More sharing options...
rocky Posted November 1, 2010 Share Posted November 1, 2010 Most likely, the footer entries are floated and the height of the containing element isn't big enough to include the floated elements. You should increase the height of the containing element, probably #footer, but check using Firebug. Link to comment Share on other sites More sharing options...
ladivito Posted November 1, 2010 Author Share Posted November 1, 2010 i add height : 300px; to the #footer and is workingbut at ver 1.2.5 i didnt add height at all and is still working....i cant found whats the problem but as long as is working in IE,firefox and chrome then is fine.....thank you Link to comment Share on other sites More sharing options...
htech Posted April 27, 2011 Share Posted April 27, 2011 how does one change the color to the font in the footer? Link to comment Share on other sites More sharing options...
ChrisLNZ Posted April 28, 2011 Share Posted April 28, 2011 how does one change the color to the font in the footer? Go to theme>css>global.css and look for footer - in standard install about line 811In the main div ID add the color for the font that you want e.g.: #footer { border-top: 1px solid #d0d3d8; color: blue; padding: 0.5em 0; clear: both Link to comment Share on other sites More sharing options...
htech Posted April 28, 2011 Share Posted April 28, 2011 hi Christhanks for the reply,unfortunately that doesnt work, i tried that.all that does is make the "Powered by ™ " white....and none of the other writing :/ Link to comment Share on other sites More sharing options...
ChrisLNZ Posted April 28, 2011 Share Posted April 28, 2011 which version of PS are you using?In latest look at the footer module as well Link to comment Share on other sites More sharing options...
htech Posted April 28, 2011 Share Posted April 28, 2011 presta 1.4.1blockcms or blocklinks? Link to comment Share on other sites More sharing options...
ChrisLNZ Posted April 28, 2011 Share Posted April 28, 2011 footer module in BO You may also need to edit the links color in the footer css as per my earlier post Link to comment Share on other sites More sharing options...
htech Posted April 28, 2011 Share Posted April 28, 2011 cool shot man! will give that a go! thanks for the help dude! Link to comment Share on other sites More sharing options...
Recommended Posts