I want to change the color of the Submit button on my survey. How can I do that?
Page 1 / 1
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;
}
.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;
}
Works great, thanks!
Hello all - I tried this and it didn't work. I reached out to Qualtrics but was told they couldn't help with custom code. They said this was 90% there. Any updated CSS code to change the color?
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.