Home › Forums › Support › Removing "log out" option in comments › Reply To: Removing "log out" option in comments
May 2, 2016 at 10:16 pm
#191233
Lead Developer
Lead Developer
You could try this:
.comment-respond .logged-in-as {
display: none;
}