Jimbola Posted May 11, 2010 Share Posted May 11, 2010 Hello allWhats the best way to add a background image to prestashop, something like the on this site (prestashop.com) where there is a gradiant or something like the one on http://www.aktywnysmyk.pl/all help is appreciated Link to comment Share on other sites More sharing options...
rocky Posted May 11, 2010 Share Posted May 11, 2010 Topic movedJust add create a gradient background image, put it in the img directory in your theme, then set it as the background for the body element in css/global.css in your theme. Change: body { background-color: white; to: body { background: url('../img/yourbgimage.jpg') repeat-x; Change yourbgimage.jpg to the image filename. Use repeat-x if the gradient is a vertical gradient. 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