I hope to change the color of 'NEXT' button from available themes to my corporate colors. | XM Community
Skip to main content
Question

I hope to change the color of 'NEXT' button from available themes to my corporate colors.

  • September 1, 2020
  • 1 reply
  • 34 views

Forum|alt.badge.img+2

Is there a method to do it, or java script is a necessity? If so, can anyone provide a script?

1 reply

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • September 1, 2020

Use the below CSS in the look and feel -> style -> custom css and change hex code accordingly:
#NextButton{

color: #d81e1e!important;
background-color: #c06f00!important;

}
Color is for text color