Viewing 1 replies (of 1 total)
  • Plugin Author Matthew Muro

    (@mmuro)

    You have this in your style.css that’s causing the color to be white:

    input[type="submit"] {
    color:
    #fff;
    font-size: 16px;
    font-weight: 700;
    }

    You’ll either need to change that directly or add your own CSS that targets the VFB submit buttons. The custom CSS option in a field does not accept shortcodes.

Viewing 1 replies (of 1 total)
  • The topic ‘Submit Button Text Not Visible’ is closed to new replies.