Form Fields on Registration Form Don’t show

The fields in the registration form don’t have any border and are thus invisible. The field labels are showing. Please view here: http://www.usafirearmtraining.com/affiliate-area/

Posted in

Comments

2 responses to “Form Fields on Registration Form Don’t show”

  1. jacobspaulsen Avatar
    jacobspaulsen

    Thank you very much. That did the trick.

  2. antonio Avatar
    antonio

    Hi Jacob,
    your theme is hidding the border (using the “required” class). This css should display the border again:
    .affiliates-registration .required {
    border: 1px solid #ccc !important;
    }

    Regards,
    Antonio B.

Share