Why isn't the text by the button for payment visible?

  • jackiekramer
    Asked on May 9, 2015 at 9:58 PM

    Please look at the Paypal section of my Anchorage Floral Photography Workshop and tell me what I need to do to make the text appear. When I open it in Designer, the text next to the radio button and prompting the user to enter a code is clear & purple, however, when I open it myself, it is not there unless I click on it. None of the other sections behave this way.

    I am attaching a screen shot of the way it is supposed to look next to am image of the way it actually appears.

    Thank you!

     

    Jotform Thread 567187 Screenshot
  • jonathan
    Replied on May 9, 2015 at 10:25 PM

    When I checked your jotform http://www.jotform.us/form/51101629528148 I found the label color of the payment option is black, which is similar to the form's background color...

    Why isnt the text by the button for payment visible? Image 1 Screenshot 30

     

    to fix it, you will need to at least change the color of the option label.

    You can change it using injected CSS code like this

    .form-product-item.hover-product-item {

        color : #64609A;

    }

    Why isnt the text by the button for payment visible? Image 2 Screenshot 41

     

    Hope this help. Let us know if you need further assistance.

    Thanks.