Change Background Color for one Page Type

Permalink Browser Info Environment
Is there a way to change the background color in one page type only? I'm assuming the customize area on the dashboard under themes applies site wide. In this case I'd like to just set up the full page type with a black background to house photo galleries. Is that possible?

Type: Discussion
Status: New
abarclay
View Replies:
c5mix replied on at Permalink Reply
c5mix
See these links for some how-tos to do it using custom attributes.
http://www.concrete5.org/community/forums/customizing_c5/custom-att...

Or if you want to do it for all Full page types, add this CSS to the Custom CSS box in the theme's Customize panel:
body#full {
background-color:#000!important;
}
abarclay replied on at Permalink Reply
abarclay
Thanks so much for the quick reply. I do want to change it for all full pages. I'm planning to only use full pages for photo galleries.

I did get the customize option to work out and it changed the background. However, I previously made a mistake when stating background. I'd actually like the container background to be black. Would you be able to help with that? Can I just delete the old code and add the new or do I need to reset to default first? Thanks again for the speedy response. I have been really thrilled with Slate so far. Exactly what I was looking for.
c5mix replied on at Permalink Reply
c5mix
You're welcome!
Ok, to do that just change that previous code to:
body#full #container {
background-color:#000!important;
}

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.