How do I change the color of a widget spreadsheet?

  • lsgphilanthropy
    Asked on September 13, 2019 at 9:55 PM

    How do I change the color of a widget spreadsheet?

  • John Support Team Lead
    Replied on September 13, 2019 at 11:07 PM

    If you mean changing the color of the column and row headers instead of the default light blue color, you can do that by injecting this code to the widget:

    th{

    background-color:red;

    }

    How do I change the color of a widget spreadsheet? Image 10

    Let us know if you're referring to something else so we could check.