Hello, I bought this extension, but on our site we have lot of guest users, so I would like to ask you if there is a chance how to hide online/offline status for guest comments and show it only for registered users?
Thanks for reply 🙂
Hello, I bought this extension, but on our site we have lot of guest users, so I would like to ask you if there is a chance how to hide online/offline status for guest comments and show it only for registered users?
Thanks for reply 🙂
Hi @dooomer,
Please navigate to the Dashboard > Comments > Settings >Styling admin page, put the following CSS code in the "Custom CSS code" textarea, to hide the online/offline status for guests:
#wpcomm .wc-blog-guest >.wc-comment-right .wc-comment-author .wou-status-online{
display: none !important;
}
Please don't forget to delete all caches and press CTRL+F(twice) on the frontend before checking.
This one works! Thanks 🙂