The selected product on my Bluepay payment field is barely seen

  • AmerDamer
    Asked on January 30, 2018 at 8:34 PM

    I created a form with BluePay integration, but for some reason, when you select the option/payment you want, the screen around that area darkens and you can't even read the item you selected or the total amount.  I'm thinking there must be an easy fix, but I just don't know what it is.

    Thanks,

    Amy

    Jotform Thread 1367624 Screenshot
  • Support_Management Jotform Support
    Replied on January 31, 2018 at 2:59 AM

    Hello Amy - Try injecting the following CSS CODES to your FORM BUILDER:

    #id_75 {

        color: white !important;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    The selected product on my Bluepay payment field is barely seen Image 1 Screenshot 20

  • AmerDamer
    Replied on January 31, 2018 at 4:03 PM

    Thank you!!