Hey,
I just want to change the color on the Next button here
http://www.airlinestaffrates.com/airport-code-quiz/
What code shall I add if I want to the color to be #ff0000
Thanks
Charlotte
Hey Charlotte,
Try this in Quick CSS:
a.nextQuestion {
background-color:#ff0000 !important;
}
Best regards,
Rikard
Thanks Rikard :)
Hey!
Glad we could help!
Regards,
Vinay