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

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

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


Leave a Reply