Is there a way to make the prices larger in the payment tool?

  • churchsaver
    Asked on June 2, 2014 at 9:26 PM
    Is there a way to make the prices larger in the payment tool
  • Elton Support Team Lead
    Replied on June 2, 2014 at 9:31 PM

    Hi,

    Do you mean in the live form? If yes, that's possible by injecting this CSS codes to your form. I have added color on the code below so feel free to remove it if not required.

    span.form-product-details {

    font-size: 11px;

    color: #FF460B;

    }

    Here's how to inject it to your form. How-to-Inject-Custom-CSS-Codes

    Result:

    Is there a way to make the prices larger in the payment tool? Image 1 Screenshot 20

    Hope this helps!