LegendJack Posted June 27, 2014 Share Posted June 27, 2014 Hi, I have a problem to change the color of the footer of the default template, I changed the color in the file global.css but the color does not change, does anyone know help me? Link to comment Share on other sites More sharing options...
vekia Posted June 27, 2014 Share Posted June 27, 2014 what prestashop version you use? everything depends on it :-) 1 Link to comment Share on other sites More sharing options...
LegendJack Posted June 27, 2014 Author Share Posted June 27, 2014 1.6.0.8 i have tried in all possible ways XD Link to comment Share on other sites More sharing options...
vekia Posted June 27, 2014 Share Posted June 27, 2014 okay thanks so it's worth to mention that this ps version uses two backgrounds there: 1) it's a part of image themes/default-bootstrap/img/footer-bg.png 2) it's a color defined in css styles if i were you i will create this: .footer-container { background: #000000!important; } paste this code at the end of global.css file you will see the changes then (i hope so) if not - recompile theme and refresh browser with ctrl+f5 Link to comment Share on other sites More sharing options...
LegendJack Posted June 27, 2014 Author Share Posted June 27, 2014 Thanks you are best , and navbar? http://i60.tinypic.com/qx6tqe.png Link to comment Share on other sites More sharing options...
Paulito Posted June 28, 2014 Share Posted June 28, 2014 Hello To change the Top Nav colour go to: Your Shop/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css and find around line 18 .sf-menu { position: relative; padding: 0; width: 100%; border-bottom: 3px solid #e9e9e9; background: #c20000!important; } (Change this colour to whatever you require - using !important) @media (max-width: 767px) { .sf-menu { display: none; } } Result http://screencast.com/t/eZtrnCYU Paul Link to comment Share on other sites More sharing options...
vekia Posted June 28, 2014 Share Posted June 28, 2014 navbar or top menu? these two things are different in prestashop Link to comment Share on other sites More sharing options...
Recommended Posts