Could you please advise how I can remove the currency (AUD) from the subtotal and shipping fields please?

  • uncleduey
    Asked on July 20, 2016 at 2:07 AM
    Jotform Thread 886549 Screenshot
  • Chriistian Jotform Support
    Replied on July 20, 2016 at 5:48 AM

    Please inject the custom css below to hide the AUD currency from the subtotal and shipping fields. Make sure to inject the code to the top line of the css area.

    #payment_subtotal:after, #payment_shipping:after, .form-special-subtotal span:nth-of-type(2):after  {

        content: "";

        height: 20px;

        background: #d5eef3;

        width: 75px;

        position: absolute;

    }

    Could you please advise how I can remove the currency (AUD) from the subtotal and shipping fields please? Image 1 Screenshot 20

    Regards.