Font color changing when product selected

  • srcc01
    Asked on November 29, 2017 at 1:45 PM

    Hi. I have a form calculation widget and it does not seem to be showing the total. can you have a look?

    Also at the beginning of the form when I choose an option (single, junior, family) it greys out the answer when you select it. can I just click the box and show plain white text without it disappearing?

    Jotform Thread 1310229 Screenshot
  • Mike
    Replied on November 29, 2017 at 3:43 PM

    To fix the font color issue add the next CSS to the form:

    .form-line-active {
    color: white;
    }

    Font color changing when product selected Image 1 Screenshot 30

    The calculation issue seems to be already solved. If it is not, please let us know.

    Font color changing when product selected Image 2 Screenshot 41


    Thank you.