Changing the font color of the label or content of the widget

  • rduong
    Asked on May 17, 2016 at 11:27 AM
    I can't register in the form. When i click on submit button, nothing happen.

    Help !!!!

     

    https://form.jotformeu.com/61232063436346

  • beril JotForm UI Developer
    Replied on May 17, 2016 at 1:22 PM

    Hello again,

    Finally, I am able to fınd what is the issue.=) The issue is related to terms and conditions widget.

    Changing the font color of the label or content of the widget Image 1 Screenshot 30

    When I delete them from your form. I am able to sumbıt the form wıthout any issues.

    Changing the font color of the label or content of the widget Image 2 Screenshot 41

    To solve that issue quickly, can you remove those widgets and add it again?

    If you have any question or issues, please do not hesitate contacting us. We will be glad to assist you.

  • rduong
    Replied on May 18, 2016 at 4:01 AM

    Hi,

     

    I retried but still no works.

  • rduong
    Replied on May 18, 2016 at 4:06 AM

    I change Widget, but i want customize it, can you give me the right code for the title be white ?

  • Jan
    Replied on May 18, 2016 at 9:11 AM

    Are you planning to change the color of the label or the scroll content? Please use this CSS code in order to change font color.

    label {
    color: #ffffff;
    }

    #scrollContent {
    color: #ffffff;
    }

    Please take note that you need to insert this in the widget itself.

    Changing the font color of the label or content of the widget Image 1 Screenshot 20

    If you have any questions, please let us know. Thank you.