Styling in "Comments" and image "Title"

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.

Comments

  • acrylian Administrator, Developer
    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 title`should work.
  • 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 (Procyon minor)` 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 (Procyon minor)`. 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.
  • acrylian Administrator, Developer
    I have confused the description field ability with that of title. You are right. Sorry, then there is no other way.
Sign In or Register to comment.