Hi @cyberlp23
Thanks for reaching out to us.
We apologize for the late reply as we didn’t get any notification regarding your question. Our team will double-check on this.
As for your question, yes you can hide the word “password” on the form.
There are 2 ways to do so:
1. The complete solution would be customizing the password form and remove the Password label.
2. The easier workaround is simply hiding the label with CSS.
Here’s the CSS for your convenience and reference:
.post-password-form .label { display: none }
We really appreciate your compliment and patience.
Please let us know if it works for you, @cyberlp23