![]() |
|
CSS problem in default theme - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: CSS problem in default theme (/thread-7552.html) |
CSS problem in default theme - daredanger - 2010-08-30 In the default theme I want to change the font-size and font-family of album description text in index.php that is displayed by this function printAlbumDesc(). I'm using light.css. I added this to light.css .albumdesc p {font-size:16px; font-family: Georgia, serif;} But I could see no change. Please help. CSS problem in default theme - fretzl - 2010-08-31 Try putting your line all the way at the end of the light.css file and see if that works. CSS problem in default theme - csbutler3 - 2010-08-31 If that doesn't work, you can upload your .css file and I will be happy to take a look at it =) CSS problem in default theme - daredanger - 2010-09-02 @csbutler...thanks for offering to help....i found another way to solve the problem. I wrote some attributes for class zp_uneditable_album_desc and my problem was resolved. Wonder if it was the best way to do it or not but it worked. |