Jump to content

[SOLVED] Change background color


Recommended Posts

I am new to PrestaShop and would like to start customizing my store.  I thought I would start with changing the background color on the main page.  I saw a post that recommended changing the global.css file under the default theme.  I've tried several things but nothing seems to take effect.  I must be doing something obvious wrong and any ideas would be helpful.

 

Thanks,

 

Steve

Link to comment
Share on other sites

Good morning

 

Go to global.css and around line 56

 

 

/* ************************************************************************************************
generic style
************************************************************************************************ */
body{
font:normal 11px/14px Arial, Verdana, sans-serif;
color:#222;
background:#fff
}
body.content_only {
background: #FFF;    (change this colour to whatever you require)
}
 
 
Hope this helps
 
Paul
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...