Sarak Posted January 20, 2015 Share Posted January 20, 2015 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: What I do want: 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 More sharing options...
Sarak Posted January 22, 2015 Author Share Posted January 22, 2015 Bump please Link to comment Share on other sites More sharing options...
Sarak Posted January 25, 2015 Author Share Posted January 25, 2015 Is there no way to do this? :/ Link to comment Share on other sites More sharing options...
vekia Posted January 26, 2015 Share Posted January 26, 2015 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 1 Link to comment Share on other sites More sharing options...
Sarak Posted January 26, 2015 Author Share Posted January 26, 2015 (edited) 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 January 31, 2015 by Sarak (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts