Jump to content

black & white: how do I add a background?


Recommended Posts

hey guys im new at this and I just downloaded prestashop a week ago and its so easy to use! the only one issue i am having is how do i add a PICTURE background in the center area of the black and white theme? i looked around in the GLOBAL.CSS but was unable to find where exactly would it go.

please show me an example how and where i would add the code for this

im trying to do something similar to this
www.dirtyshirty.com

any suggestions?

Thanks!

Link to comment
Share on other sites

hi mate,

in your stylehseet you would use this code

body {
background: #fff url(filepath/imagename.jpg) no-repeat top center;
}

thats if its not a repeated background. You need to make sure the background image fits resolutions other wise higher res users will see the image and then white space.

Hope this helps, if not give me a shout on PM :)

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...