Change Color of Spreadsheet Widget

  • TheAgents
    Asked on May 22, 2020 at 10:59 AM

    How do I make this: 

    1590159532Screen Shot 2020 05 22 at 10 Screenshot 10

    Look more like this:

    1590159507Screen Shot 2020 05 22 at 10 Screenshot 21

    I know how to change the row names and column names. I can't figure out how to change the background of the input fields or the background of the column headers or row headers

  • Sonnyfer JotForm Support
    Replied on May 22, 2020 at 11:42 AM

    Hi there - It's possible by injecting CSS code to the widget. However, CSS codes are form-specific. Kindly provide the URL of the form you're working on and we'll be happy to provide a custom CSS for you to achieve your requirements.

    Guide: Where-to-Find-My-Form-URL 

  • TheAgents
    Replied on May 22, 2020 at 3:21 PM
  • jonathan
    Replied on May 22, 2020 at 5:31 PM

    You can use the following injected custom CSS codes to each of the spreadsheet widget on the form.

    .cell-input {

    background-color : #ffd7d7;

    }

    1590183065zzz 2020 05 23 05 Screenshot 10


    Let us know if you need further assistance.

  • TheAgents
    Replied on May 27, 2020 at 3:34 PM

    How would I change the color of the row & column labels?

    They're currently blue but I'd like them to get that grey from my original question.

  • jonathan
    Replied on May 27, 2020 at 5:19 PM

    Please add the following CSS codes on the widget

    th {

        color: #000;

        background: #ddd;

    }


    1590614340zzz 2020 05 28 05 Screenshot 10