Hi, I would like to change my Form Fields background colour to white and the text colour to Black. Any Idea how I can do this?
Thanks
Hey Shineonseo,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Please let me know if you need anything else
Hi,
Add this to quick css:
input[type='text'],textarea{
background:#fff!important;
color:#000!important;
}
Best regards,
Jordan Shannon