Font color changed on edit version -

  • pthimsen
    Asked on February 10, 2015 at 12:21 AM

    I changed the question font color and it has reverted back to the previous orange. Other changes have stayed intact. I tried reverting back to a previous version, but the colors on the edit screen remain orange although the color in the form issued to users is the new blue color selected.

    http://form.jotform.us/form/50395015285151

    How do I get the blue back so I can make sure my form maintains all of the changes applied?

     

     

  • Welvin Support Team Lead
    Replied on February 10, 2015 at 8:40 AM

    Hi,

    Your form font colors are already in blue. The font color in form preferences section also remained in blue:

    Font color changed on edit version    Image 1 Screenshot 20

    You can override this color by simply injecting the following custom CSS codes to your form:

    .form-all {

    color: #3462B3 !important;

    }

    Just please follow this guide to add the codes: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    If you require any further assistance, feel free to reply in this thread.

    Thanks