careindo Posted December 20, 2014 Share Posted December 20, 2014 Hi all, I am new user. I would like to know how to change the box color and font color on the bar above footer container? like in this photo Link to comment Share on other sites More sharing options...
NemoPS Posted December 20, 2014 Share Posted December 20, 2014 Both in global.css the first is .footer-container, while the text is .footer-container #footer a Link to comment Share on other sites More sharing options...
careindo Posted December 20, 2014 Author Share Posted December 20, 2014 Dear Nemo1, Thanks for your info, I already managed to change the font, but still can't change this grey box color above the footer, at newsletter and follow us. Any idea? Both in global.css the first is .footer-container, while the text is .footer-container #footer a Link to comment Share on other sites More sharing options...
Paulito Posted December 21, 2014 Share Posted December 21, 2014 Hello The colour is an image so you will have to change that it can be found in global.css around Line 6782 .footer-container { background-color: #333333; } @media (min-width: 768px) { .footer-container { background: url(../img/footer-bg.png) repeat-x #333333; } } .footer-container .container { padding-bottom: 100px; } .footer-container #footer { color: #777777; } Paul Link to comment Share on other sites More sharing options...
careindo Posted December 23, 2014 Author Share Posted December 23, 2014 (edited) Dear Paulito, Thanks, finally already changed successfuly. Can you point where to change the icon of address, callus and email icon at the footer? after change color, icon default color not match. Thank you. Edited December 23, 2014 by careindo (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted December 23, 2014 Share Posted December 23, 2014 Hello This topic should help you http://www.prestashop.com/forums/topic/314249-solved-store-information-footer/ I believe PS1.6 uses fontawesome 3.xxxx so you need to use the correct format, like: icon-truck etc etc Paul Link to comment Share on other sites More sharing options...
careindo Posted December 23, 2014 Author Share Posted December 23, 2014 Finally after few days stuck with css with lots of trial error, I found a simple way to do it. just find the color background we want and replace all the default #333333 grey black. Just few secs all is done. And since i am using blue, i just find all color (font) in .footer-container : black & #777777 and replace all with white. thanks all for your help, all is solved now Link to comment Share on other sites More sharing options...
Recommended Posts