• Resolved kminderhout

    (@kminderhout)


    Can you help me out with how to style the Braintree drop-in form? Braintree documentation says I can pass styling options to the fields, but I can’t see how to dynamically pass these values to the existing prototype without directly altering the code. Is this possible?

    I’m also interested in removing the credit card icons inside the drop-in. I saw an earlier topic that indicated this was an option within the plugin but I could not find it.

    Thanks,

    Kevin

    • This topic was modified 4 years, 9 months ago by kminderhout.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @kminderhout,

    Thanks for contacting us. The link you provided is specific to the hosted fields (custom forms). If you choose one of the custom forms you can control its appearance using the properties outlined on the page you linked to.

    At this time, we do not allow the merchant to further customize the dropin form using the field overrides because we offer the custom forms as an option.

    If you want to hide the card icons in the dropin form you can do so with the following CSS:

    [data-braintree-id="card-view-icons"]{
    	display: none;
    }

    Kind Regards,

    Thread Starter kminderhout

    (@kminderhout)

    Ok. Thanks so much for the help. Really appreciate it. I just realized that there is a style box underneath the option to select drop-in or custom. Makes a lot of sense now. Appreciate it! Great plugin.

    Plugin Author Payment Plugins

    (@mrclayton)

    @kminderhout,

    Glad we could help. If you have a moment we always appreciate a good review.

    Reviews Page

    Kind regards,

    Thread Starter kminderhout

    (@kminderhout)

    Done! Thanks!

    Plugin Author Payment Plugins

    (@mrclayton)

    Thanks for the great review @kminderhout. I just wanted To clarify that it is Braintree that requires an Apple developer account because of how they integrate with Apple.

    That is not something I can control within the plug-in.

    Kind regards,

    Thread Starter kminderhout

    (@kminderhout)

    Oh I am. I edited my review to make it more clear.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Styling Braintree CC Form’ is closed to new replies.