ocean11 Posted December 27, 2013 Share Posted December 27, 2013 Hi, I'm using prestashop 1.5.6.1 and tried changing the background color to #3838AA in the global.css file under the body { } section. However, when refreshing my site, it didn't seem to change the background color. I have tried force compile on and disable cache on performance section and also clear smarty cache. my site is www.amazinggracebookshop.com but didn't seem to work. Much appreciate any help or pointer to the right direction. Thanks. Link to comment Share on other sites More sharing options...
Er.Ritesh Posted December 27, 2013 Share Posted December 27, 2013 Hello ocean11 change css on global.css line no 53: body{ font:normal 11px/14px Arial, Verdana, sans-serif; color:#222; background:#3838AA;} Link to comment Share on other sites More sharing options...
ocean11 Posted December 27, 2013 Author Share Posted December 27, 2013 Er.Ritesh, thanks. I did the change there as you said. But didn't seem to change the background color even after I cleared browser cache and did a hard refresh in the browser. When I check the source code of my website, it seem the background tag in the css is still showing the old color code #FFF instead of the new #3838AA. Any idea? Link to comment Share on other sites More sharing options...
Er.Ritesh Posted December 27, 2013 Share Posted December 27, 2013 Hello ocean11 are you use default theme of prestashop or not. Link to comment Share on other sites More sharing options...
ocean11 Posted December 27, 2013 Author Share Posted December 27, 2013 Er.Ritesh, yes using default theme. Link to comment Share on other sites More sharing options...
Er.Ritesh Posted December 27, 2013 Share Posted December 27, 2013 can you share you url of website..... Link to comment Share on other sites More sharing options...
vekia Posted December 27, 2013 Share Posted December 27, 2013 i checked your website, there is no code you mentioned. this is what you've got: body { font: normal 11px/14px Arial, Verdana, sans-serif; color: #222; background: #fff; } backgrund param is still with default value. Link to comment Share on other sites More sharing options...
ocean11 Posted December 27, 2013 Author Share Posted December 27, 2013 vekia, thanks. I re-checked the global.css file in /themes/default/css folder, and it has the following code below i.e. I tried changing the background color to #3838AB. But it doesn't reflect on the website as you mentioned also. It seems changes in the global.css file doesn't have any effect. Any help is much appreciated. /* BLOCK .block ******************************************************************************** */ .block {margin-bottom:20px}#footer .block {margin-bottom:0} .block .title_block, .block h4 { padding:6px 11px; font-size:12px; color:#fff; text-shadow:0 1px 0 #000; text-transform:uppercase; background:#3838ab; font-weight: bold; } .block .title_block a, .block h4 a {color:#fff} .block ul {list-style-type:none} .block li.last { border:none} .block li a { display:block; color:#333 } Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 27, 2013 Share Posted December 27, 2013 Hi. How are you editing the file? Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
vekia Posted December 27, 2013 Share Posted December 27, 2013 where you want to change background? whole website or only for blocks? Link to comment Share on other sites More sharing options...
ocean11 Posted December 29, 2013 Author Share Posted December 29, 2013 CartExpert, I tried editing it from the cpanel file manager, nothing change. So I tried download the global.css file and make the change in notepad and upload, again nothing change. Vekia, I'm trying to change the background color of the homepage (whole website i guess). Could it be issue with the hosting provider e.g. their system cookie not refreshing (just a thought)? Link to comment Share on other sites More sharing options...
vekia Posted December 29, 2013 Share Posted December 29, 2013 it's hard to say without more informations about host and without access to your store (now it's under maintenance mode) Link to comment Share on other sites More sharing options...
CartExpert.net Posted December 29, 2013 Share Posted December 29, 2013 (edited) Hi. It could be a permission related thing and you might not be allowed to edit the file. You should contact your hosting company. Regards.Robin.The CartExpert Team Edited December 29, 2013 by CartExpert.net (see edit history) Link to comment Share on other sites More sharing options...
ocean11 Posted December 29, 2013 Author Share Posted December 29, 2013 CartExpert & Vekia, Thanks for your help. I have contacted the hosting provider to reset the prestashop installation which is in progress. Once done, I will try changing the background color again.... 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