ZenphotoCMS Forum
Styling in "Comments" and image "Title" - 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: Styling in "Comments" and image "Title" (/thread-2023.html)



Styling in "Comments" and image "Title" - Soleil - 2008-01-03

Comments: If a visitor of my website leaves a comment, giving a website link, his/her name is displayed underlined and blue in the comment text. Is it possible to change this ? I would like to adapt the style of the link to the one of my other links. In spite of all my efforts, I could not find the place where to change the styling of this particular link.

Title: I would like to know if it is possible to put certain words in bold or italics in the title of images.

Thanks a lot in advance for your help.




Styling in "Comments" and image "Title" - acrylian - 2008-01-03

Comments: See the corresponding css file of your theme. In default theme the comment text itself is styled with class="commentbody". It should be possible to add something like .commentbody a { to your css file to style the link within.

Title: You have to do that manually. You can add html in every text field within the admin, for example My [i]title[/i]should work.




Styling in "Comments" and image "Title" - Soleil - 2008-01-03

Thank you very much acrylian !

Comments: I added a .commentauthor a{ and it worked. You gave me a good tip.

Title: the use of html tags does not work in title. These tags are displayed (fr the visitor) . I get something like racoon ([i]Procyon minor[/i]) if I write the title text in the Admin Toolbox. However I just found out that if I correct the title text directly on the image and use "Click to edit title" I see ``racoon ([i]Procyon minor[/i]). If I change &lt and &gt to < and >, then it works. But this is far too complicated !

N.B.- In "Description" there is no problem with html tags.




Styling in "Comments" and image "Title" - acrylian - 2008-01-03

I have confused the description field ability with that of title. You are right. Sorry, then there is no other way.