Is there code to change the color of a next and previous button in a survey?
Page 1 / 1
Use CSS.
If non-New Experience:
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
background-color: #000000;
}
If New Experience:
#navigation #next-button, #navigation #previous-button {
background-color: #000000;
}
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.