Support » Fixing WordPress » How to make author comments stand out from guest comments

  • FrancoIncitti

    (@francoincitti)


    I am using the Graphene theme and I’m trying to figure out how to “highlight” and/or change the style of the comments. I want my readers to easily recognize the difference between guest and author comments. I’m not sure if there is a way to already do this with my them. Thanks in advanced!

Viewing 3 replies - 1 through 3 (of 3 total)
  • a new plugin for comments form introduce use that i don’t remember the name google it you will find.

    esmi

    (@esmi)

    If your theme uses wp_list_comments(), there will be a bypostauthor CSS lass that you can use to style the author’s comments.

    Prasanna SP

    (@prasannasp)

    #comments li.bypostauthor,
    #comments li.bypostauthor.comment.depth-1 {
        background; #123456;
    }

    Change the colour of course!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to make author comments stand out from guest comments’ is closed to new replies.