I want to change the color of the Submit button on my survey. How can I do that? | XM Community
Solved

I want to change the color of the Submit button on my survey. How can I do that?

  • 11 November 2017
  • 3 replies
  • 371 views

Userlevel 4
  • Qualtrics Employee
  • 24 replies
I want to change the color of the Submit button on my survey. How can I do that?
icon

Best answer by AnthonyR 14 November 2017, 19:05

View original

3 replies

Userlevel 7
Badge +7
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;
}
Userlevel 4
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