Jul 20, 2024 9:02 pm
I'm not sure if this is because I'm an admin, or if all logged-in users see it, but even though my username and a logout link are showing above the comment form, there's still “Please login to comment” link (?) or text showing to the left. See screenshot for clarity. Is there a way to stop it from showing if the user is already logged in? Thank you!
Website URL
1 Reply
Jul 22, 2024 10:24 am
Hi,
Please use this CSS code, it should solve the issue:
.swpm-login-to-comment-msg { display: none; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Don't forget to delete the caches before checking.