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!
Page 1 / 1
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.