I’m using the following to hide a portion of the Comment on a post.
#reply-title {
display: none;}
How do I also hide the text “You must be logged in to post a comment”?
Thanks in advance!
I’m using the following to hide a portion of the Comment on a post.
#reply-title {
display: none;}
How do I also hide the text “You must be logged in to post a comment”?
Thanks in advance!
Hi @piexec,
Thanks for writing in.
I could not verify that it is correct because I could not see any samples in the site that has that text.
Try adding this code in your custom CSS:
.must-log-in {
display: none;
}
Let us know how it goes.
Thanks.
Worked perfectly!
Glad it worked.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.