-
erudir_tecnologiaPerguntado em 9 de setembro de 2024 às 02:42
-
Raymond Jotform SupportRespondido em 9 de setembro de 2024 às 02:55
Hi Valdinei,
We can change the color of your Spreadsheet widget with a few codes. Let me show you how:
1.First, copy the codes below:
/* change widget font - 18793631*/
th {
background: mediumpurple;
}
/* Ends here */
2.In Form Builder, click on your Spreadsheet widget and on its Wand icon.
3.Under the Custom CSS tab, paste the codes in the CSS box and click Update Widget.
That's it. Feel free to test this cloned demo form or clone it to your account to inspect it further. We also have a guide on How to Inject CSS Codes to Widgets that you can check out.
Reach out again if you need any help.