Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello Matt,

    You have a very nice site.

    I checked the form. To be able to change the background color of the form, you would need to add some code to your active themes style.CSS file. If your theme allows a place to add custom CSS you could then add the below code there.

    .mc4wp-form input[type=email] {
        background-color: #000;
    }

    Let me know if that works.

Viewing 1 replies (of 1 total)
  • The topic ‘changing text color in form’ is closed to new replies.