Hello Support,
we have a problem with the login processing.
The first problem is that on the welcome screen there is a space between account and the question mark. The further I would like to rename the "Vorlage erstellen" area. However, I can't find the appropriate setting.
See screenshot: https://prnt.sc/yy6jl6
The second problem is that when creating the so-called "Vorlage", the button is displayed in a completely different color tone than is actually set globally. Furthermore, a hyphen is missing between EMail. (Email would be correct at this point).
See screenshot:https://prnt.sc/yy6lcb
The third problem is that when confirming the privacy policy, the check mark in the box is not quite visible and is more outside the confirmation box.
See screenshot: https://prnt.sc/yy6gyf
The last and much bigger problem is that we don't get a confirmation when we registered a customer account.
We have tried it twice and both times did not receive a confirmation about the registration of the account.
Best regards
Well you can change the strings using loco translate plugin : https://wplms.io/support/knowledge-base/translate-using-loco-translate-plugin/
you can find these strings in vibebp plugin .
for checkbox please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
.checkbox>input[type=checkbox]:checked+label:after {
left: 0;
top: 9px;
}