Remove Currency

  • uncleduey
    Asked on July 13, 2016 at 12:57 AM
  • Elton Support Team Lead
    Replied on July 13, 2016 at 4:38 AM

    Hello,

    Do you mean this currency in your payment form?

    Remove Currency Image 1 Screenshot 30

    If yes, inject this CSS codes to your form.

    span[id$="_price"]:after,

    span#payment_total:after{

        content: "";

        height: 20px;

        background: #d5eef3;

        width: 75px;

        position: absolute;

    }

    .hover-product-item:hover,

    [data-type="control_paypal"].form-line-active{

        background: rgba(0, 0, 0, 0);

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes (paste it into the bottom section)

    Result:

    Remove Currency Image 2 Screenshot 41