Jump to content
Sign in to follow this  
illinimatt81

Change Background Color of Specific Page in 2.2.1

Recommended Posts

illinimatt81

Using Framework 2.2.1 Before I upgraded to framework 2.2.1 I had this page looking correct but I lost my formatting after upgrading. Here is a screenshot of how I want it to look: http://screencast.com/t/04cRwOIS Basically I want the content area with text to have a white background and to have gray #E7ECEF as the page background. I had this before I upgraded to the new version of framework so I know it is possible. Here is the old custom CSS that accomplished this: .page-id-384 #page { background-color: #E7ECEF; } body.page-id-384 {background-color: #E7ECEF; margin-top: 30px;} body.page-id-384 .content-pad { padding: 0; How do I need to modify the CSS to achieve this again?

Share this post


Link to post
Share on other sites
Danny
Hi, Try adding this to your custom CSS and see this works. [code].page-id-384 .page-canvas { background-color: #E7ECEF !important; }[/code]

Please search our forums, before posting!

Share this post


Link to post
Share on other sites
illinimatt81
Great Danny! Figured it was a simple custom CSS modification. It's back to the way I had it. Pagelines support is outstanding. Despite everyone having to go through a little pain with the latest updates the new functionality will be worth it in the end. Already developing some things with it and I am quite impressed.

Share this post


Link to post
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

Sign in to follow this  

×