I’d like to change the line:
Username (lowercase alphanumeric)*
to
Complete name and title (First Last ND, MNT)
Image attached.
Thank you!
Change copy in signup page
You may find this article helpful for that: https://s2member.com/kb-article/quick-translation-changing-wordsphrases/
Let me know how it goes.
Got some help with CSS code which solved it.
.s2member-pro-stripe-form-username-label span {
font-size: 0;
}
.s2member-pro-stripe-form-username-label span:before {
content: “Company or Name, Title (First Last ND, MNT)”;
font-size: 13px;
}
1 Like
Oh, cool. Thanks for the update.