Comments that are left by registered users are given the class “byuser” – so you can create a style in your theme’s stylesheet to point out these comments. Something like:
.commentlist li.byuser {
background:#FF0000;
}
That would make the background of users’ comments red (insert a more appropriate color).
If you are not using a custom theme, I’d recommend creating a child theme to do this.
Related Posts:
- How to rearrange fields in comment_form()
- What are the current recommended best-practices for comments.php?
- How to show Disqus comment count number only without text?
- Allow guests comments on single post
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- comments_template not working correcly in custom template files
- How to dont allow registered users to comment without being logged in?
- How to display nothing (instead default) when no user gravatar is present?
- Can’t seem to get this CSS to work…any ideas why? [closed]
- How to make an WordPress element sticky? [closed]
- css hide all the comment reply links except the lowest nested comments
- Which filter/hook to use for styling comments?
- Edit css for search results page
- unsetting required fields in the comment reply form
- Applying same style to all the comments on the page
- comments_popup_link() – how to load different classes/images according to different comment condition?
- JetPack comment threads are displaying above comment box? [closed]
- infinite loop on page with comments after changing comments.php and header.php
- Comments and pingbacks issues
- Styling Admin comments in WP 3.1.3
- Removing comment option
- How can I fix the even/odd child classes comments so that the comments are unaffected by the top-level even/odd?
- Comment text area in single blog post and show comments if approved
- comment files and s
- WordPress is adding above html
- How do I get the comments section to show up?
- Display DISQUS on homepage
- check if a comment was made by a registered user
- Is it bad practice to comment out single lines of CSS with //?
- How do I comment out a block of tags in XML?
- R: Comment out block of code
- Is it possible to combine a WordPress template (Semplice) and some HTML & CSS pages?
- Why do I get comment spam even with Akismet and Captcha?
- What tools are available for managing/writing to WordPress? [closed]
- setting comments off as default for pages and custom post types?
- Is it possible to pull comments from facebook into your blog?
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Non-threaded comment replies with link to original comment
- Approve comment hook?
- Commenting in user profile page?
- How to change “You must be logged in to post a comment.”
- comment_post_ID 0 (cannot remove from dashboard)
- Disable comments on all posts/pages
- How do I delete all comments from a specific old blog post?
- Removing the “Website” Field from Comments and Replies?
- Stop WordPress redirecting comment-page-1 to the post page?
- Importing old Disqus comments into WordPress
- How to add a class to the comment submit button?
- How to wrap submit button of comment form with div
- How to enable comments for pending and draft posts?
- Using WordPress’ WYSIWYG for comments
- Enable Submit Comment Without Page Reload (Using Ajax)?
- What for is the table “wp_commentmeta” exactly?
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- Add option to disable comments on a per posts basis?
- Resetting comment count
- When importing – failed to import: Invalid post type feedback
- How to change the email notification recipient (user) for new comments?
- Redirect user to a custom url after submitting the comment
- Paginate result set from $wpdb->get_results()
- Style reply form different than comment form
- Change Comment Author Display Name
- Would switching to InnoDB from MyISAM improve performance of comments table?
- Custom comment type based on thread level
- How to add internal, revision comments to page updates
- How to load and show comments with AJAX instead of pagination?
- Linking to Page Showing Only Comments Without Parent Post
- Comment Reply javascript
- How to customize the default HTML for WordPress Attachments
- How do we remove the H3 tag for the reply-title I.D
- Comments not appearing at all
- comments reply script not working
- How to display comment form error messages in the same page
- 3 moderators to approve comment
- How to deal with small scale comment spam on small commercial sites? [closed]
- What should I do to make generated avatars different for anonymous comments?
- A plugin where users can comment with Facebook or Twitter or OpenID [closed]
- Check If comment author is registered
- Comments screen in backend, how to disable email address of commenter for non admins
- Add comments from the admin panel?
- How can I limit the number of comments per registered user per day?
- One comment per user per post but be able to reply to existing comments
- How to use a custom comments template
- Comment visibility
- How can I make the wordpress editor apply the selected template?
- What’s the easiest way to close comments on media/attachments?
- Reverse comment pagination numbers
- Get comments for more than one post
- How can I add comments to a page?
- Is it possible to change the attributes of a registered style or script before it fires?
- How to remove comment spam in WordPress
- Post Comments using WP REST API v2 in WordPress
- show number of open comments on custom dashboard
- Show content only if member left a comment
- Add placeholder attribute to comment form fields
- Why do I get accidental comments without (the required) email address?
- How is comment spam received without a comments form?
- Does a reply to a wordpress comment notify the author of the comment?
- human_time_diff() returns “48 years ago” for all comments
- How do I set up real anonymous posting in bbpress forums? [closed]