PDA

View Full Version : Page Help (Navbar Related)


F220
Oct-02-2008, 12:03 PM
On my site, the homepage has a slideshow, which is what I want.

I have another page called "What's New?" that the slideshow also appears on. I would like to remove that and just leave my "Recent Additions" (that appear under the slideshow).

I don't want to guess (probably wrongly) and delete something, so if someone could help me on this I would be grateful.

www.hiramrapidsphotography.smugmug.com (http://www.hiramrapidsphotography.smugmug.com)

http://www.hiramrapidsphotography.smugmug.com/featured is the specific page problem.

Thanx in advance...

Jim

Barb
Oct-02-2008, 03:14 PM
On my site, the homepage has a slideshow, which is what I want.

I have another page called "What's New?" that the slideshow also appears on. I would like to remove that and just leave my "Recent Additions" (that appear under the slideshow).

I don't want to guess (probably wrongly) and delete something, so if someone could help me on this I would be grateful.

www.hiramrapidsphotography.smugmug.com (http://www.hiramrapidsphotography.smugmug.com)

http://www.hiramrapidsphotography.smugmug.com/featured is the specific page problem.

Thanx in advance...

Jim

Hi :)

To have just your Recent Additions galleries showing on your What's New page, add the following to your CSS in your customization:

.featured #bioBox {display: none;}
.featured #categoriesBox {display: none !important;}

F220
Oct-03-2008, 01:06 PM
Thank you, Barb!!!

Works great now.