View Full Version : How do I remove x galleries with y photos
photocreations
Oct-03-2008, 10:03 PM
Can someone tell me "simply" how to remove the number of galleries and photos that's under each gallery?
Thank you!
www.kcphotocreations.com (http://www.kcphotocreations.com)
Allen
Oct-03-2008, 10:28 PM
Can someone tell me "simply" how to remove the number of galleries and photos that's under each gallery?
Thank you!
www.kcphotocreations.com (http://www.kcphotocreations.com)
Add this to your CSS
p.description {display: none;}
If you want to delete. Updated: Aug 07, 2008 10:46am PST
Add this also
p.updated {display: none;}
photocreations
Oct-04-2008, 09:45 AM
Allen, I truly appreciate your input and it got rid of the update and photo count info, but is there a way to do this and keep my gallery descriptions in there?
Thank you
Add this to your CSS
p.description {display: none;}
If you want to delete. Updated: Aug 07, 2008 10:46am PST
Add this also
p.updated {display: none;}
Allen
Oct-04-2008, 03:35 PM
Allen, I truly appreciate your input and it got rid of the update and photo count info, but is there a way to do this and keep my gallery descriptions in there?
Thank you
Try this
remove this
p.description {display: none;}
add these
#categoriesBox p.description {display: none;}
#galleriesBox p.description {display: block;}
photocreations
Oct-04-2008, 04:04 PM
Hmmm...for some reason that did not work. This is how I have it:
#userName, #userHome {display: none;}
#categoriesBox p.description {display: none;}
#galleriesBox p.description {display: block;}
p.updated {display: none;}
---------
Try this
remove this
p.description {display: none;}
add these
#categoriesBox p.description {display: none;}
#galleriesBox p.description {display: block;}
Allen
Oct-04-2008, 04:27 PM
Hmmm...for some reason that did not work. This is how I have it:
#userName, #userHome {display: none;}
#categoriesBox p.description {display: none;}
#galleriesBox p.description {display: block;}
p.updated {display: none;}
---------
:scratch Must be on different pages. Looks like it's working here. Category box
only has category titles and sub-cat pages has the gallery descriptions
showing. Wasn't that what you wanted?
photocreations
Oct-04-2008, 06:45 PM
So sorry Allen :rolleyes ...you are right....for some reason I was thinking the description should be on the home page :bow You are the man and thank you for your patience and guidance....appreciate your feedback a bunch :thumb
:scratch Must be on different pages. Looks like it's working here. Category box
only has category titles and sub-cat pages has the gallery descriptions
showing. Wasn't that what you wanted?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.