PDA

View Full Version : Moving Featured Galleries Location


collegephotoguy
Jun-23-2008, 08:28 AM
Is it possible to have my featured galleries, which I am calling Recent Updates, to appear under my slideshow on my homepage and not on my galleries page? My site is thecollegecamera.smugmug.com. Thanks.

Allen
Jun-23-2008, 12:10 PM
Is it possible to have my featured galleries, which I am calling Recent Updates, to appear under my slideshow on my homepage and not on my galleries page? My site is thecollegecamera.smugmug.com. Thanks.
Try this combo.

.homepage #galleriesBox,
.homepage #categoriesBox {
display: none;
}

.galleries #bioBox {
display: none;
}

.galleries #galleriesBox,
.galleries #categoriesBox,
.homepage #featuredBox {
display: block;
}

.galleries #featuredBox {
display: none;
}