how to change printImageTitle(true) font-color

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

Comments

  • 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.
  • thanks for your help it works now
Sign In or Register to comment.