Title: hyperlinks in comments
Last modified: August 21, 2016

---

# hyperlinks in comments

 *  Resolved [john_graver](https://wordpress.org/support/users/john_graver/)
 * (@john_graver)
 * [12 years ago](https://wordpress.org/support/topic/hyperlinks-in-comments/)
 * Hi all,
 * I can see that links in comments have the same look as normal links – size, font,
   color… and are not underlined. Where can i modify the links appearance?
 * thanks to all,
    John

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [12 years ago](https://wordpress.org/support/topic/hyperlinks-in-comments/#post-4758327)
 * Hi john_graver
 * Please add to style.css last line below.
 *     ```
       .commentlist .comment-body a{
       	color:red;
       	text-decoration:underline;
       }
       .commentlist .comment-body a:hover{
       	color:yellow;
       }
       ```
   
 * Your customized so as not to write off the update of the theme, it is good to
   idea to create a child theme
    [Raincrops child theme](http://www.tenman.info/wp3/manualraindrops/%E3%83%81%E3%83%A3%E3%82%A4%E3%83%AB%E3%83%89%E3%83%86%E3%83%BC%E3%83%9E%E3%81%AE%E4%BD%9C%E6%88%90%E6%96%B9%E6%B3%95)
 *  Thread Starter [john_graver](https://wordpress.org/support/users/john_graver/)
 * (@john_graver)
 * [12 years ago](https://wordpress.org/support/topic/hyperlinks-in-comments/#post-4758436)
 * Hi nobita,
 * Thanks, it helped. solved out.
 * John

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘hyperlinks in comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [links](https://wordpress.org/support/topic-tag/links/)

 * 2 replies
 * 2 participants
 * Last reply from: [john_graver](https://wordpress.org/support/users/john_graver/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/hyperlinks-in-comments/#post-4758436)
 * Status: resolved