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

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

  • November 11, 2017
  • 3 replies
  • 597 views

Poppy
Qualtrics Employee
  • Qualtrics Employee
  • 24 replies
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 original

3 replies

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 306 replies
  • Answer
  • November 14, 2017
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; }

Poppy
Qualtrics Employee
  • Author
  • Qualtrics Employee
  • 24 replies
  • November 14, 2017
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