• Resolved john_graver

    (@john_graver)


    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

    (@nobita)

    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

    Thread Starter john_graver

    (@john_graver)

    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.