How can I change the background colour of the text area for the form calculation widget?

  • Varun1103
    Asked on December 13, 2016 at 8:33 AM

    I wish to change the colour of the text area for this form field:How can I change the background colour of the text area for the form calculation widget? Image 1 Screenshot 20

    Please do let me know if this is possible.

     

    Thanks,

    Varun

  • Ian
    Replied on December 13, 2016 at 9:16 AM

    I am not sure what color you would prefer

    but you can add the following code in INJECT CSS section 

     

    #input_287{

    background-color: #9C27B0;

    }

    Change the color as per your wish

    To know more about custom CSS please visit https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • Jan
    Replied on December 13, 2016 at 9:20 AM

    It is possible to change the background color of the input field. Please use the CSS code below to change the color of that specific field.

    #input_287 {
    background-color: green !important;
    }

    Here's a guide on How-to-Inject-Custom-CSS-Codes. Here's the result:

    How can I change the background colour of the text area for the form calculation widget? Image 1 Screenshot 20

    Hope that helps. Thank you.

  • Varun1103
    Replied on December 14, 2016 at 12:40 AM

    Hey guys,

     

    Thanks a lot for the prompt response. This worked out beautifully!

    Cheers,

    Varun

  • Ian
    Replied on December 14, 2016 at 12:53 AM

    I am glad that solution provided by us, worked for you.

    Please open a new thread if you face any other issue.