terungwa Posted December 12, 2014 Share Posted December 12, 2014 I have installed prestashop and created anew theme. i have created new styles such as: #page{ width:100%!important; max-width:1000px!important; margin:auto!important;background: #fff; box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;}body{ background: url(../img/body.png) repeat 0 0 fixed!important;} These changes are not reflected on front end of site. On local host however the changes are applied. What could be wrong? Thanks. Link to comment Share on other sites More sharing options...
terungwa Posted December 12, 2014 Author Share Posted December 12, 2014 (edited) I am editing the global.css file which is visible in browser. but my changes after FTP transfer of global.css file are not visible. I have tested in firefox and opera Edited December 12, 2014 by terungwa (see edit history) Link to comment Share on other sites More sharing options...
El Patron Posted December 12, 2014 Share Posted December 12, 2014 did you clear browser cache? also, turn off CCC of .css while testing....as the old .css mabe cached withing templates/yourtemplate/cache Link to comment Share on other sites More sharing options...
terungwa Posted December 12, 2014 Author Share Posted December 12, 2014 I did this: Go to your Prestashop admin > Preferences > Performances 1- Turn off cache. 2- Turn on force compilation. but not working Link to comment Share on other sites More sharing options...
El Patron Posted December 12, 2014 Share Posted December 12, 2014 did you clear browser cache? also, turn off CCC of .css while testing....as the old .css mabe cached withing templates/yourtemplate/cache then do as suggested...honestly there are a number of reasons for this issue, sometimes one is just updating the wrong file. chin up! don't give up! 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