Spreadsheet to Form: Change text color and size of the code text

  • fazzapp
    Asked on April 24, 2024 at 9:50 AM

    Hello guys,

    Please someone sent to me the CSS code to change text color and size of the Spreadsheet for form widget showed below.
    I need it in white color and size as the same as the filed label.

    Spreadsheet to Form: Change text color and size of the code text Image 1 Screenshot 20


    Thank you!
    Carlos M.

  • Neil JotForm Support
    Replied on April 24, 2024 at 10:04 AM

    Hi Carlos,

    Thanks for reaching out to Jotform Support. You can inject the CSS code below into the Spreadsheet to Form widget to change the size and color of the code text.

    #message {
    color: white !important;
    font-size: 1em !important;
    }

    Let me walk you through it:

    1. In Form Builder, select the Spreadsheet to Form widget and click on the wand icon.
    2. Then, go to Custom CSS tab and paste the code.
    3. Lastly, click on Update Widget.

    Spreadsheet to Form: Change text color and size of the code text Image 1 Screenshot 30 That's it. Here's the result:

    Spreadsheet to Form: Change text color and size of the code text Image 2 Screenshot 41Give it a try and let us know if you need more help.

  • fazzapp
    Replied on April 24, 2024 at 3:04 PM

    All right. Thank you.

 
Your Answer