Solved
Can I change the submit button text color?
Right now, setting the Secondary Color makes the Submit button appear as the color I need, but the text color is automatic and I would like to change its color to something more accurate to the brand guidelines I have for my client. Is there any way to do this?
Best answer by npetrov937
Hi AYG,
Go to Look & Feel -> Advanced -> Custom CSS and add the following code:
`.Skin #Buttons #NextButton {
color: #abcdef;
}`
Don't forget to change to the desired colour. You can use any styling you want here by using CSS (https://www.w3schools.com/css/default.asp).
Hope that helps!
Nikolay
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
