kartetse
Member
Posted 9 months ago #
How can I change the colour of the text within the text fields for the Contact Form 7 pluugin from white to black? At the moment the text is displaying white on white. Here is a link to the page that gives me trouble: http://www.luxlight.co.nz/?page_id=363
Thanks in advance for your help!
PS. I know good basic HTML but am a PHP noob.
kartetse
Member
Posted 9 months ago #
ok - fixing that now
Is public now
Bump deleted, Please do not bump your topic.
Try adding:
input, selectbox, textarea {
color: #000;
}
to the bottom of style.css.
kartetse
Member
Posted 9 months ago #
Thank you - took a while to find the right styles.css, but all good now.