Jump to content

changes in new theme not showing on frontpage


Recommended Posts

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

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!

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...