Code for updating Next and Previous button colors | XM Community
Skip to main content
Question

Code for updating Next and Previous button colors

  • June 19, 2025
  • 1 reply
  • 19 views

Forum|alt.badge.img+1

Is there code to change the color of a next and previous button in a survey?

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6084 replies
  • June 20, 2025

Use CSS.

If non-New Experience:

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
background-color: #000000;
}

If New Experience:

#navigation #next-button, #navigation #previous-button {
background-color: #000000;
}