How do i change the text box font colour. The background of my site is black, the text box font colour is dark grey. I want to change it to white. How do i make the change?
The form at http://singaporeguitarlessons.net/find-a-guitar-teacher
Thank you.
The form at http://singaporeguitarlessons.net/find-a-guitar-teacher
Thank you.
Hi lkhwee,
Please try this in a Load CSS action in the On Load event.
Bob
Please try this in a Load CSS action in the On Load event.
.gbs3 input {
color: white !important;
}
Bob
This topic is locked and no more replies can be posted.