Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #923457

    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

    #923670

    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

    #930943

    Please let me know if you need anything else

    #930944

    Hi,

    Add this to quick css:

    input[type='text'],textarea{
    background:#fff!important;
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.