stevierayhall Posted September 14, 2013 Share Posted September 14, 2013 I am new to PrestaShop and would like to start customizing my store. I thought I would start with changing the background color on the main page. I saw a post that recommended changing the global.css file under the default theme. I've tried several things but nothing seems to take effect. I must be doing something obvious wrong and any ideas would be helpful. Thanks, Steve Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2013 Share Posted September 14, 2013 as you said - you have to change global.css file. in line 53 you've got: body { font: normal 11px/14px Arial, Verdana, sans-serif; color: #222; background: #fff; } just change background:#FFF; to any other color you want. Link to comment Share on other sites More sharing options...
Paulito Posted September 14, 2013 Share Posted September 14, 2013 Good morning Go to global.css and around line 56 /* ************************************************************************************************ generic style ************************************************************************************************ */ body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#fff } body.content_only { background: #FFF; (change this colour to whatever you require) } Hope this helps Paul Link to comment Share on other sites More sharing options...
stevierayhall Posted September 14, 2013 Author Share Posted September 14, 2013 That is exactly what I've been trying and my store still looks the same. Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2013 Share Posted September 14, 2013 can you share url? it will be much easier to say what's going on. it is possible? if so, share it please Link to comment Share on other sites More sharing options...
stevierayhall Posted September 14, 2013 Author Share Posted September 14, 2013 www.nourishyourselftoday.com/presta Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2013 Share Posted September 14, 2013 it looks well, take a look: i suppose that this is browser cache issue, please clear browser in your cache, or just hit ctrl+f5 (hard refresh) 1 Link to comment Share on other sites More sharing options...
stevierayhall Posted September 14, 2013 Author Share Posted September 14, 2013 Thank you! I had to hit CTRL-F5 a few times for it to take effect. I was using F5, had never heard of hard refresh. Link to comment Share on other sites More sharing options...
vekia Posted September 14, 2013 Share Posted September 14, 2013 glad to hear that i could help a bit in this case it's common problem with browsers, sometimes it is necessary to clear cache / hard refresh im going to mark this topic as [solved] best regards! 1 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