![]() |
|
how to change printImageTitle(true) font-color - 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: how to change printImageTitle(true) font-color (/thread-2242.html) |
how to change printImageTitle(true) font-color - wzcocoon - 2008-02-14 I have try to change the printImageTitle(true) as well as printAlbumDesc() and the ratting color but I am unable to do so. can you help me on where should I start looking? I have recustomise the default theme of 1.1.4 I have looked through the css but I cannot find out what is giving it this silver color. I even try to add my own span tags but even that does not do it. help please how to change printImageTitle(true) font-color - sbillard - 2008-02-14 for `printImageTitle()` there is a `div` created whose id is `imageTitle` Currently there is no DIV on `printAlbumDesc()` but we can add that in an update. But you can place a DIV around the `printAlbumDesc()` yourself. You can modify your CSS to change the font color of the division. how to change printImageTitle(true) font-color - wzcocoon - 2008-02-15 thanks for your help it works now |