First, thank you for this amazing theme. We are a charity (non-profit) organisation and we much appreciate all the effort and time that has gone into it.
The forum is an amazing help. With its help I've managed to achieve nearly all that I want. Our new site isn't live yet, but you can see it here:
http://www.ipcst.org/blog
I want to include some slideshows embedded from Photoshelter, like the one on this page:
http://ipcst.org/blog/?page_id=381
To get the black background, I ended up with the following 'custom includes':
#post-381 {
background-color: #000000;
margin: 0;
}
#post-381 .posttitle {
color: #FFFFFF;
}
.page-id-381 #content {margin:0;}
.page-id-381 #wrapper {padding:0;}
which works OK, but I need to make over a dozen similar slideshow pages. Is there a more elegant way to get the solid black background on multiple pages? I'm learning, but not very skilled at css.
Patrick Cunningham
