Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #507526

    I use the Formcraft Form plugin and it has the option for inbuilt styling of each form, this works mostly except for text input fields and a few others.

    Please see this url:
    http://melbournedrifttrikes.com/test/

    The fields should be white and are set this way in the plugin styling settings.

    Thanks in advance

    #507883

    Hi Patchharris!

    Add this to your custom CSS.

    .form-page-content input, .form-page-content select, .form-page-content td, .form-page-content tr {
        background: white !important;
        color: black !important;
    }

    Cheers!
    Elliott

    #508119

    Thanks for that

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Theme overwrites input field styling for Formcraft3 Plugin’ is closed to new replies.