How to Change the Text Color in Terms and Conditions Widget

  • Barber_Ben
    Asked on September 19, 2024 at 12:32 PM

    Hello,


    I tried using the following CSS code to change the text color to white in my Terms and Conditions widget, but it didn't work:

    label{

     color: #FFFFFF; 

    }


    I injected this code into the widget's Custom CSS section, but the text color remains unchanged. Could you please advise on how to resolve this issue?


    Thank you!

  • Kyle JotForm Support
    Replied on September 19, 2024 at 1:18 PM

    Hi Ben,

    Thanks for reaching out to Jotform Support. Unfortunately, our Portuguese Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Portuguese, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Let's inject a Custom CSS code into your form and resize the "observations" column of the Input Table fields. Let me show you how:

    1. Copy the CSS code below:
    /* Change Font color - 19183371 */


    .theme-light #_label{
        color: #FFFFFF !important;
    }


    /* End code here */

    2 . Click the Wand icon of the Terms and Conditions Widget.

    3 . Under the Widget Settings' Custom CSS tab, enter your code and click on Update Widget.

    How to Change the Text Color in Terms and Conditions Widget Image 1 Screenshot 20

    Give it a try and let us know if you need any help.

Your Answer