I’ve tried this CSS code but it does not work:
.Skin #Buttons #NextButton {
color: #abcdef;
}
How can I change the color of text on next and submit buttons?
I’ve tried this CSS code but it does not work:
.Skin #Buttons #NextButton {
color: #abcdef;
}
How can I change the color of text on next and submit buttons?
Best answer by Tom_1842
Also if you are using Simple layout, try the below:
#navigation #next-button {
background-color: #00ffff;
color: #ff0000;
}
#navigation #previous-button {
background-color: #00ffff;
color: #ff0000;
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.