chicaneparts Posted July 8, 2014 Share Posted July 8, 2014 (edited) Hello, I want to change the social block color in the footer so it match the footer color (where the sub menus are)(added photo) I tried to search every css almost but cant find it so i hope someone can help me out here. Thanks. Edited July 9, 2014 by chicaneparts (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted July 8, 2014 Share Posted July 8, 2014 If you mean lighter background you can remove it in global.css: .footer-container { background: url("../img/footer-bg.png") repeat-x #333333; } remove url("../img/footer-bg.png") repeat-x 1 Link to comment Share on other sites More sharing options...
PSfever.com Posted July 8, 2014 Share Posted July 8, 2014 Hi, could you give us the URL to your site? 1 Link to comment Share on other sites More sharing options...
chicaneparts Posted July 9, 2014 Author Share Posted July 9, 2014 Thanks for the reply's i tried your method @dioniz but it seems to work... My site is this: http://chicaneparts.nl/ Link to comment Share on other sites More sharing options...
PSfever.com Posted July 9, 2014 Share Posted July 9, 2014 Thanks for the reply's i tried your method @dioniz but it seems to work... My site is this: http://chicaneparts.nl/ It seems to work, or not? Try to change .footer-container at line 280 or 281 from this .footer-container { background: url(../img/footer-bg.png) repeat-x; } to this: .footer-container { background: #333333; } Link to comment Share on other sites More sharing options...
vekia Posted July 9, 2014 Share Posted July 9, 2014 btw. - if you use ccc for css files - clear shop cache (recompile theme) - have you cleared browser cache? there is a chance that your browser remember old file Link to comment Share on other sites More sharing options...
chicaneparts Posted July 9, 2014 Author Share Posted July 9, 2014 (edited) It seems to work, or not? Try to change .footer-container at line 280 or 281 from this .footer-container { background: url(../img/footer-bg.png) repeat-x; } to this: .footer-container { background: #333333; } btw. - if you use ccc for css files - clear shop cache (recompile theme) - have you cleared browser cache? there is a chance that your browser remember old file My bad i meen that it didnt work. Also i tried it and its at line 6777 and changed it to this: @media (min-width: 768px) { .footer-container { background: #333333; } } But nothing.... Also cleared the cache and everything Also i use prestashop 1.6.0.6 Edited July 9, 2014 by chicaneparts (see edit history) Link to comment Share on other sites More sharing options...
PSfever.com Posted July 9, 2014 Share Posted July 9, 2014 My bad i meen that it didnt work. Also i tried it and its at line 6777 and changed it to this: But nothing.... Also cleared the cache and everything Also i use prestashop 1.6.0.6 What file have you edited? I don't see any changes in the theme6.css file... http://chicaneparts.nl/themes/default-bootstrap/css/global.css Link to comment Share on other sites More sharing options...
chicaneparts Posted July 9, 2014 Author Share Posted July 9, 2014 What file have you edited? I don't see any changes in the theme6.css file... http://chicaneparts.nl/themes/default-bootstrap/css/global.css Thats the file i changed the Global.css in themes/default-bootstrap/css/ Link to comment Share on other sites More sharing options...
PSfever.com Posted July 9, 2014 Share Posted July 9, 2014 Thats the file i changed the Global.css in themes/default-bootstrap/css/ You have to change the theme6 file, I've coppied wrong file last time.. http://chicaneparts.nl/modules/themeconfigurator/css/theme6.css 1 Link to comment Share on other sites More sharing options...
chicaneparts Posted July 9, 2014 Author Share Posted July 9, 2014 You have to change the theme6 file, I've coppied wrong file last time.. http://chicaneparts.nl/modules/themeconfigurator/css/theme6.css Thanks mate it worked! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now