![]() |
|
Gallery page album description - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Gallery page album description (/thread-2865.html) |
Gallery page album description - macalter - 2008-05-13 I've tried practically every CSS selector in the Default and cannot find the one that increases the size/changes font-fmaily of text for the description. I managed to change the colour exclusive to the description (it's now set to yellow for testing, all other text is set to my theme colours), but if I do size it affects other items on the page too. Wherever the size change goes, the font-family can follow. Tried #albums which controls the color but didn't work for size/font. Tried .album too. Gallery page album description - jackdaw - 2008-05-13 The source says 'albumdesc' as a class for the album description. Is that what you were looking for? Gallery page album description - macalter - 2008-05-13 FINALLY found it! I used Firefox to isolate the line and it gave me .album p, which I totally overlooked! Increased % for test and it's exclusively huge :) AND needed size in the #albums too; one without the other was the problem! Thank you!!!! That's why my suggestion for the new Themes doc :) Gallery page album description - acrylian - 2008-05-13 [i]That's why my suggestion for the new Themes doc :)[/i] |