Jump to content

Change background colour, keep content background white


Sarak

Recommended Posts

Does this make sense?

 

I'd like to change my background colour to blue but I would like to keep the content in the the center of the homepage on a white background, rather than having the blue background surround the logo, menu, featured products etc...

 

If this helps -

 

What I don't want:

 

post-358133-0-32373500-1421793364_thumb.jpg

 

What I do want:

 

post-358133-0-99654100-1421793371_thumb.jpg

 

 

I used to have the desired layout when I was using PS 1.5 but I have yet to discover how to do it in 1.6.

Is it possible?

 

 

 

 

Link to comment
Share on other sites

there is a way to do this,

it's a case of theme modification.

 

you have to add contents of your page to another div with class, for example: frame col-lg-12

 

in css use this:

 

.frame {
max-width:1200px;
background:white;
margin:auto;
}

 

#page {
background:blue;
}


then you will have to remove backgrund params from:

header-container, header, columns-container

  • Like 1
Link to comment
Share on other sites

there is a way to do this,

it's a case of theme modification.

 

you have to add contents of your page to another div with class, for example: frame col-lg-12

 

in css use this:

 

.frame {

max-width:1200px;

background:white;

margin:auto;

}

 

#page {

background:blue;

}

then you will have to remove backgrund params from:

header-container, header, columns-container

 

Is this in global.css?

Because I tried making these changes and nothing happened... :/

 

I've also tried replying but for some reason, I'm not allowed?!

 

Help please :(

Edited by Sarak (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...