PDA

View Full Version : How to customize a specifik gallery


ammentorp
Mar-11-2009, 12:07 PM
Dear all,

How do I chance the color of the "Gallery page: 1" in this gallery only?
http://villadsplusammentorp.smugmug.com/gallery/7184415_ZdCNa

And how do I move the slideshow button in this gallery only?

Best regards
Peter Ammentorp Lund

denisegoldberg
Mar-11-2009, 01:57 PM
How do I chance the color of the "Gallery page: 1" in this gallery only? And how do I move the slideshow button in this gallery only?

Add this to your CSS:

.gallery_7184415 .title,
.gallery_7184415 .navPageOn {
color: grey;
}
.gallery_7184415 #altViews {
display: none;
}
--- Denise