-
online21Gefragt am 20. August 2021 um 13:08
Hallo,
wenn man den Text "Clear" unter der Unterschrift ändern möchte wird das nicht übernommen.
Auch ist der Text etwas unübersichtlich platziert wenn man die Ausrichtung der Beschriftung auf "Oben" setzt.
Siehe Beispiel darunter:
Was könnte man machen das dies funktioniert?
Bitte um Info
Danke
Gruß
Manuel
-
Alexander_GGeantwortet am 20. August 2021 um 19:26
Hi there, 👋
Please, allow us some time to check on how we can help you here.
Soon we will reply to you.
Thanks,
Alex
-
Alexander_GGeantwortet am 20. August 2021 um 19:36
Dear Manuel,
Thanks for reaching out.
Please, try to inject this CSS code:
.form-sub-label {
margin-top: 14px; /*This moves the text line down*/
}
.signature-pad-wrapper .clear-pad-btn {
visibility: hidden; /* Hides "Clear" text*/
}
.signature-pad-wrapper .clear-pad-btn:before {
content: 'Clear Signature'; /* Adds 'Clear Signature' instead, you may change it on anything different*/
visibility: visible;
}
Guide: 👉 How to Inject Custom CSS Codes
Hope this helps,
Alex