Jump to content

Making a background color only under the shop


Recommended Posts

Hi!

Iam new to prestashop. At the moment Iam trying to make a background color under the shop. But just under the shop and not the whole webbpage.

check www.caliroots.com out. I wanna make the black background, I now how to edit the grey.

Someone have any suggestions on how to do it?

Link to comment
Share on other sites

Change the page colour to black (You will need to change other areas like the two side columns etc within the css also but in turn it will present what you are looking for.)

#page {
width: 980px;
margin: 0 auto 2px auto;
text-align:left;
background-color:#000000;
}

To achieve the top section you would need to put in a header image with your desired graphics etc keeping with the black.
Dimentions for the header graphic would be 980px wide by what ever you want I prefer 60-100px for the height but up to you. :)

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