Changing font color on button | XM Community
Skip to main content

Hi, I’m trying to change the font color on my “Next” and “Back” buttons from black to white.  Just the text, the background color is ok.

Thanks!

@CraigTank You can use below CSS to achieve it. Kindly add it to your surveys look and feel>style>custom CSS

#NextButton,
#PreviousButton {

color: #fff !important;
}

 


Hi @CraigTank,

If you’re using ‘Classic’ template please use below code:

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {

color: #000 !important;

}

 

Please go to surveys ‘look and feel’, select ‘style’ & then select ‘custom CSS’ and paste above code.

 

Let me know if this works for you :)


Thank you!  Very helpful!


Leave a Reply