Jump to content

How to change CSS for Body Wrapper


Recommended Posts

I would like to change the the colour of the webpage body wrapper to make the main page stand out more.

 

Every time I try and change it I always get the colour changed all the way through instead of just on the left and right had sides of page.

 

Below is the standard body CSS in my themes global.css file.

 

If anyone can assist on what to put and where it would be much appreciated.

 

Thanks, Mike

 

www.tackleaustralia.com.au

 

 

/*

PrestaShop CSS

18 used colors:

10 grays: #374853 #595a5e #5d717e #76839b #888 #bdc2c9 #d0d1d5 #d0d3d8 #e5e6e7 #f1f2f4

4 fushias: #f6dce8 #dd2a81 #971d58 #5d0630

2 yellows: #f8e1a0 #f9e400

1 green: #488c40

1 red: #da0f00

*/

 

* {

padding: 0;

margin: 0

}

body {

background-color: white;

font-size: 11px;

font-family: Verdana, Arial, Helvetica, Sans-Serif;

color: #5d717e;

text-align: center

}

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