Form calculation widget is not displaying the total

  • getstarteduk
    Asked on July 20, 2017 at 7:32 AM

    Hi

     

    I have just added a Form Calculator Widget which works great! However, the font text is white and I cannot find anyway to change it. All other page font is set to black.

     

    Please can you help?

     

    Thanks

  • Kiran Support Team Lead
    Replied on July 20, 2017 at 10:54 AM

    Please inject the following CSS code to the form in order to change the Font color in the form calculation widget.

    .form-textbox, .form-textarea {

    color: #000;

    }

    Hope this information helps!