Notifications
Clear all

How to hide text "Guest" under author avatar?

2 Posts
2 Users
0 Likes
1,332 Views
(@webminfo)
Eminent Member
Joined: 5 years ago
Posts: 21
Topic starter  

Hi

I would like to remove/hide the text "Guest" under author Avatar. How to remove it?

Thanks


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Use this CSS code. Put it in Dashboard > Comments > Settings > Styling Tab > Custom CSS Code textarea. Save it, delete all caches, navigate to website front-end and press Ctrl+F5 to reset browser cache.

#wpcomm .wc-blog-guest.wc-comment-label{
   display:none;
}

   
ReplyQuote
Share:
Scroll to top