changing the colour of answer selection bars and next buttons | XM Community
Solved

changing the colour of answer selection bars and next buttons


Hi all
Does anyone have CSS code to change the colour of the selection bar and the next button. See below. I'd like to change the selection bar to being white (with black text) instead of neon green, and change the next button to being white with a black arrow. Any CSS code to do this, or other advice would be much appreciated. Thanks!
Capture.PNG

icon

Best answer by Wendlyn 15 May 2021, 04:35

View original

2 replies

Badge +3

Try this to update the Header bar, Button and Progress bar color – CSS Code
Replace the 0, 102, 165 with desired color


.ProgressBarFill, .Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton, .customDivider {
           background: rgb(0, 102, 165) !important;

Thanks! That worked perfectly :-)

Leave a Reply