Change the Color of Spreadsheet Widget using CSS Code

  • Lordyx
    Asked on August 12, 2019 at 6:18 PM

    Also, I do not want the colour of the table to be baby blue, but grey like the rest of the form. 

    All help much appreciated. 

    Best, 

    Lauritz

  • Augustine_O
    Replied on August 12, 2019 at 6:31 PM

    Hello,

    To change the color of the spreadsheet header from baby blue to grey, you could consider injecting the CSS code below to the CUSTOM CSS section of the Spreadsheet widget.

     

    th{

       background: #efefef;

       color: black;

    }

    You can inject Custom CSS codes by following this guide: https://www.jotform.com/help/428-How-to-Inject-CSS-Codes-to-Widgets

     

    1565649006Desktop 2019 08 12 18 25 34 Screenshot 10

    I hope this help. 

     

    Let us know if you need anything else.

    Thanks

  • Lordyx
    Replied on August 13, 2019 at 6:52 AM

    Fantastic, thank you!