CymbalCentre Posted November 27, 2014 Share Posted November 27, 2014 Hi Guys, I am having problems changing the default background colour and header colour on my store. I'm using Prestashop 1.6.0.8 My store is www.cymbalcentre.co.uk I have followed a couple of tutorials on here but they're not working. What I want to do is change the background from the tiled white image (with faint lines through it) to a plain white background. What I also want to do is change the header colour from white to the same grey as is in the top navigational bar. I have modified global.css as follows: Line 5257 columns-container { background: #FFFFFF; } Line 5269 header { z-index: 1; position: relative; background: #333333 I've uploaded global.css back to my server and no changes have been made at all. I'm confused by this! Many thanks in advance for any help! Link to comment Share on other sites More sharing options...
Paulito Posted November 27, 2014 Share Posted November 27, 2014 Hello If you are using PS 1.6 what theme are you using? 2,3,4,5 etc Paul Link to comment Share on other sites More sharing options...
CymbalCentre Posted November 27, 2014 Author Share Posted November 27, 2014 Hello If you are using PS 1.6 what theme are you using? 2,3,4,5 etc Paul Hi Paul, thanks for your reply. I'm not sure which theme I'm using - sorry I'm a newbie. How would I find out? Link to comment Share on other sites More sharing options...
CymbalCentre Posted November 28, 2014 Author Share Posted November 28, 2014 Hello If you are using PS 1.6 what theme are you using? 2,3,4,5 etc Paul Hi Paul, thanks for your reply. I'm not sure which theme I'm using - sorry I'm a newbie. How would I find out? Apologies for my last post, I'm using theme 3. Link to comment Share on other sites More sharing options...
Paulito Posted November 29, 2014 Share Posted November 29, 2014 Hello Why not use this modifier !important Line 5257 columns-container { background: #FFFFFF!important; } header { z-index: 1; position: relative; background: #333333!important; } Result http://screencast.com/t/yPUjhSBBco3 Paul Link to comment Share on other sites More sharing options...
CymbalCentre Posted November 30, 2014 Author Share Posted November 30, 2014 (edited) Thank you Paul, that worked superbly! Many thanks! Edited November 30, 2014 by CymbalCentre (see edit history) 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