Hello there!
How can I change the font size of the NEXT and PREVIOUS buttons in a survey, potentially using Custom CSS?
Hello there!
How can I change the font size of the NEXT and PREVIOUS buttons in a survey, potentially using Custom CSS?
Try the below code change the pixels as per your requirement.
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
font-size: 24px !important;
}
Hope it helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.