• Resolved fishin2fit

    (@fishin2fit)


    I’m actually having a little issue with the form fill in. For some reason when I went to fill out form for membership, it doesn’t show any words being typed in. Can you help me with this issue? I noticed its not just on the Checkout page but the Log in page as well.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Kim White

    (@kimwhite)

    Hello,

    I’ve tried the form.
    It looks like your theme is making the text white for the password field, and some other items. (style sheet line 663) , you may need to do something with all the inputs also on line 688. When you focus it’s making the text white (#fff) too.
    /fitness-park/style.css

    You can create .css to overwrite the PW field’s color style.
    input[type=”password”]{color:#000 !important;}

    and the same for the focus fields from line 688.

    I would contact your themes support if they have a way to adjust these settings as part of the theme.

    Kim W

Viewing 1 replies (of 1 total)
  • The topic ‘Paid membership Pro Plugin Checkout Field form error’ is closed to new replies.