Hi, I’m trying to change the font color on my “Next” and “Back” buttons from black to white. Just the text, the background color is ok.
Thanks!
Hi, I’m trying to change the font color on my “Next” and “Back” buttons from black to white. Just the text, the background color is ok.
Thanks!
#NextButton,
#PreviousButton {
color: #fff !important;
}
Hi
If you’re using ‘Classic’ template please use below code:
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
color: #000 !important;
}
Please go to surveys ‘look and feel’, select ‘style’ & then select ‘custom CSS’ and paste above code.
Let me know if this works for you :)
Thank you! Very helpful!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.