Notifications
Clear all
Topic starter
08/01/2019 9:05 pm
Hi
I would like to remove/hide the text "Guest" under author Avatar. How to remove it?
Thanks
09/01/2019 1:14 pm
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;
}