PDA

View Full Version : Hide Gallery Description in Gallery View


GoodEye
Feb-27-2007, 03:18 PM
I'm trying to hide the gallery descriptions on my galleries (http://www.goodeyephotography.com/galleries)page...i thought the following code would work in CSS, but it doesn't...can anyone help?

.galleries #albumDescription {
display: none;
}

chris schmauch
www.goodeyephotography.com (http://www.goodeyephotography.com)

GoodEye
Feb-27-2007, 03:24 PM
I'm trying to hide the gallery descriptions on my galleries (http://www.goodeyephotography.com/galleries)page...i thought the following code would work in CSS, but it doesn't...can anyone help?

.galleries #albumDescription {
display: none;
}

chris schmauch
www.goodeyephotography.com (http://www.goodeyephotography.com)

Nevermind, I figured it out!

.galleries p.description {
display: none;
}