Removing the Currency Info with CSS Partially Obscures the Payment Total

  • g274
    Asked on July 11, 2015 at 7:03 AM
    Hello, I have removed the currency info using the above css code.  Unfortunately it also makes the form total invisible.  Is there a workaround for this?
    Thanks
  • abajan Jotform Support
    Replied on July 11, 2015 at 7:22 AM

    Hi again,

    Adding the following rule to the form's injected CSS should solve the problem:

    #total-text:after {
      background: transparent;
    }

    Do let us know if you need further assistance.

    Cheers

  • g274
    Replied on July 12, 2015 at 3:59 PM

    Perfect!  Thank you.

  • abajan Jotform Support
    Replied on July 12, 2015 at 7:01 PM

    You're quite welcome :)

    Enjoy the rest of your day.