/* Show logged-in user authors */ .comment.byuser .wpr-comment-author { display: block !important; } /* Hide anonymous authors */ .comment:not(.byuser) .wpr-comment-author { display: none !important; }