PDA

View Full Version : hide gallery description and data in sharegroup summary


digitalities
Aug-10-2009, 10:11 AM
hello,

how can I hide the gallery description and updated info in the sharegroup summary? I'd like to have a clean view with only gallery titles:
http://www.digitalities.com/share/DYxPxTEBCkQlY

thanks, Sergio

jfriend
Aug-10-2009, 10:47 AM
To affect all sharegroups, you can use this CSS:

#sharedGalleries p.description {display:none;}
#sharedGalleries p.updated {display:none;}


Also, you have an extra:

/*

at the end of your CSS customization that prevents anything after that from working. Please remove that.

digitalities
Aug-11-2009, 02:08 AM
To affect all sharegroups, you can use this CSS:

#sharedGalleries p.description {display:none;}
#sharedGalleries p.updated {display:none;}


Also, you have an extra:

/*

at the end of your CSS customization that prevents anything after that from working. Please remove that.

cool... both fixed. Thanks a lot. Sergio