How to change font color?

  • fazzapp
    Asked on September 5, 2024 at 8:54 AM

    Hello,

    Please, I need the CSS code to change the font color of the widget Terms & Conditions from white to
    hex 2D2D2D.
    The text of the deeplink I want as the color blue.


    How to change font color? Image 1 Screenshot 20


    Thank you.

    Carlos Melo.

  • Ronald JotForm Support
    Replied on September 5, 2024 at 9:01 AM

    Hi Carlos,

    Thanks for reaching out to Jotform Support. If you can share the link to your form, I can check it out and help you with a solution.

    Once we hear back from you, we'll be able to help you with this.

  • fazzapp
    Replied on September 5, 2024 at 1:09 PM
  • Ronald JotForm Support
    Replied on September 5, 2024 at 1:36 PM

    Hi Carlos,

    We can adjust the color of the label on your form by injecting custom CSS codes on it. It's easy to do. Let me walk you through it:

    1. Copy the code below.

    /* Change Font color - 18691311 */

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

    /* End code here */


    2. In Form Builder, select the Terms and Condition widget and click the Wand Icon.

    3. Click on the Custom CSS tab, and paste the code.

    4. Click the Update Widget button and you're done.

    How to change font color? Image 1 Screenshot 20

    Reach out again if there’s anything else we can help you with.

  • fazzapp
    Replied on September 5, 2024 at 2:22 PM

    Great !

    Thank you.

Your Answer