How to hide price in Payment Wizard?

  • EMCA11939
    Asked on November 21, 2016 at 12:46 PM

    How do I hide the amount that automatically comes up in the payment wizard? What I am talking about is the donation box, 4th box down at the bottom. I want to get rid of the '$10' next to Donation Amount (not the $10 in the dropdown menu.)

    Thanks, Barb

  • John_Benson
    Replied on November 21, 2016 at 2:08 PM

    If I understand you correctly, you want to remove the $10.00 in the 4th Box (Make a Donation to EMCA). 

    How to hide price in Payment Wizard? Image 1 Screenshot 30

    You can hide it by adding custom CSS code. Here's the code:

    span#input_28_1004_price { 

    display: none !important;

    span.freeCurr { 

    display: none !important;

    Here's the guide: How-to-Inject-Custom-CSS-Codes

    Result: 

    How to hide price in Payment Wizard? Image 2 Screenshot 41

    Hope that helps. Let us know if you need further assistance. Thank you.

  • EMCA11939
    Replied on November 21, 2016 at 2:44 PM
    THANK YOU!!!
    ...