mehnihma Posted December 1, 2012 Share Posted December 1, 2012 Ima Trying to add css 3 to default theme html{ background:url('Desert.jpg') no-repeat center center; min-height:100%; background-size:cover; } body{ min-height:100%; } But i cannot make it work in Prestashop? How can I override original css? Thanks Link to comment Share on other sites More sharing options...
mowol Posted December 2, 2012 Share Posted December 2, 2012 If the original css is applied later than yours, it will be overwritten. You can avoid this by adding !important to your styles. like: min-height: 100% !important; 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