PDA

View Full Version : Text Size Under Thumbnails


crockett
Mar-21-2007, 07:35 AM
I give up...

1. How do I change the text size under thumbnails? Wether that thumbnail is being display on my homepage (categories), category page (sub-categories), or subcategory page(galleries), or gallery page(thumnails). All of these thumnails have a title under them. In all cases I would like to reduce the font size of each. Wether it be an image file name, category title, sub-category title or gallery title.

I've .minibox 'd things to death but I'm obviously not doing the right things.

2. Is there any way to add a brief description under the sub-category title when it is being shown as a thumbnail?

Thanks.

crockett
Mar-22-2007, 05:13 PM
Bump.

Allen
Mar-22-2007, 05:28 PM
I give up...

1. How do I change the text size under thumbnails? Wether that thumbnail is being display on my homepage (categories), category page (sub-categories), or subcategory page(galleries), or gallery page(thumnails). All of these thumnails have a title under them. In all cases I would like to reduce the font size of each. Wether it be an image file name, category title, sub-category title or gallery title.

I've .minibox 'd things to death but I'm obviously not doing the right things.

2. Is there any way to add a brief description under the sub-category title when it is being shown as a thumbnail?

Thanks.
Try this for the font size change.

#subcategoriesBox p .nav,
#galleriesBox p .nav,
#categoriesBox p .nav {font-size: 10px;}

crockett
Mar-22-2007, 06:14 PM
Try this for the font size change.

#subcategoriesBox p .nav,
#galleriesBox p .nav,
#categoriesBox p .nav {font-size: 10px;}

Worked Allen!

How about #2
2. Is there any way to add a brief description under the sub-category title when it is being shown as a thumbnail?

Allen
Mar-22-2007, 06:20 PM
Worked Allen!

How about #2
2. Is there any way to add a brief description under the sub-category title when it is being shown as a thumbnail?
I had a hack to add descriptions to the cat thumbs using js but not the
subcats. Try posting in the hacks forum and you might get lucky there.