I am using Dwolla Subscriptions payment type and after logging into dwolla, it comes up with this screen.

  • sbsitedesign
    Asked on January 2, 2017 at 11:42 AM

    On this screen the title has a white box with white text.  how can i change it? I am using Dwolla Subscriptions payment type and after logging into dwolla, it comes up with this screen Screenshot 20

  • Support_Management Jotform Support
    Replied on January 2, 2017 at 1:07 PM

    UPDATE: Unfortunately, Dwolla is discontinuing its product as of October 2018. But if you’re looking for an alternative to collect ACH payments through your forms, you can check out other great alternatives here.

    It appears this section of the form right after logging in to Dwolla can be changed via CSS. Can you try injecting the following codes:

    .form-html {

       background-color: #97C !important;

    }

    (just change the #HEX value of the color as you see fit)

    This is where/how you will inject it:

    I am using Dwolla Subscriptions payment type and after logging into dwolla, it comes up with this screen Screenshot 30

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

    RESULT:

    I am using Dwolla Subscriptions payment type and after logging into dwolla, it comes up with this screen Screenshot 41

     

  • sbsitedesign
    Replied on January 2, 2017 at 1:46 PM
    Great...Thank you :-)
    ...