View Full Version : Hiding Gallery Description in Gallery Categories
tomdos
Jan-06-2009, 12:36 PM
I have started adding descriptions of each of my galleries so I can hide the breadcrum (I just think it looks cleaner) but I want people to have a description so they know what they're looking at wile in the gallery. With that said, however, many of my Gallery Descriptions are very similar to my gallery titles....so it makes my gallery category pages look really messy.
Example:
http://dos.smugmug.com/2008
Is there a way to hide the gallery description while displaying the thumbnails of all the galleries in a gallery category?
tomdos
Jan-06-2009, 08:03 PM
Possible, not possible bump?
:dunno
jfriend
Jan-06-2009, 08:18 PM
Try this CSS:
#category #galleriesBox .albumTitle {display:none;}
One drawback of this method is that the album descriptions are not clickable so people will have to know to click on the thumbnail. Probably something they will figure out, but just thought I'd point it out.
superMom
Feb-08-2009, 01:30 PM
Can you please help with http://jeffmayophotography.smugmug.com/Portfolio%20Galleries/564340
I want to hide the descriptions for each gallery on Wedding Samples page. The code below is not working for me. I do not want to hide the titel "Bride Samples" etc. But I do want to hide the description below that.
Thanks so much!
Try this CSS:
#category #galleriesBox .albumTitle {display:none;}
One drawback of this method is that the album descriptions are not clickable so people will have to know to click on the thumbnail. Probably something they will figure out, but just thought I'd point it out.
jfriend
Feb-08-2009, 02:11 PM
Can you please help with http://jeffmayophotography.smugmug.com/Portfolio%20Galleries/564340
I want to hide the descriptions for each gallery on Wedding Samples page. The code below is not working for me. I do not want to hide the titel "Bride Samples" etc. But I do want to hide the description below that.
Thanks so much! Use this CSS to hide them only in the Wedding Samples category:
.subcategory_Wedding_Samples #galleriesBox p.description {display:none;}
superMom
Feb-08-2009, 02:17 PM
Thanks! Worked perfectly!
Use this CSS to hide them only in the Wedding Samples category:
.subcategory_Wedding_Samples #galleriesBox p.description {display:none;}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.