The CSS snippet below will allow you to change the text of your surveys finish button. In the example below, we replaced the Finish text with Confirm your vote
button.button.ladda-button.finishButton.nextButton:before {
content: 'Confirm your registration';
color: black;
position: absolute;
}
button.button.ladda-button.finishButton.nextButton {
position: relative;
color: transparent;
}
Comments
0 comments
Please sign in to leave a comment.