Solved
I want to change the color of the Submit button on my survey. How can I do that?
I want to change the color of the Submit button on my survey. How can I do that?
Best answer by AnthonyR
In the Advanced section of the Look and Feel menu, Click the Green Add Custom CSS button, and add the following to the page that appears:
.Skin #Buttons #NextButton{
background-color:#abcdef;
}
Replace #abcdef with the Hex Color code of the color you would like the button.
The following will also alter the Previous button:
.Skin #Buttons #PreviousButton{
background-color:#abcdef;
}
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.