Comments 12MeesterGijs started the conversationSeptember 2, 2022 at 8:12pmHello,I can't seem to get this color changed? It's the color you see when hovering over a student in the app... https://imgur.com/a/PAuA1WuHow can I get that color to be #dddddd?Thanks[deleted] repliedSeptember 5, 2022 at 2:34pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .tabulator-row.tabulator-selectable:hover { background-color: var(--sidebar); cursor: pointer;} 12MeesterGijs repliedSeptember 5, 2022 at 3:12pmFixed! Thank you :)How can I do the same forthe header of the table? Gijs[deleted] repliedSeptember 6, 2022 at 2:57pmPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .tabulator-col.tabulator-sortable:hover { background-color: var(--sidebar) !important; cursor: pointer; } 12MeesterGijs repliedSeptember 6, 2022 at 6:56pmThanks Alex. I added the code, but it didn't work... Any idea what needs to be changed?[deleted] repliedSeptember 7, 2022 at 3:54pmworks for me https://prnt.sc/60_eC5G1LK41 12MeesterGijs repliedSeptember 7, 2022 at 5:48pmNow it does on my end as well. Thanks!We can close. Sign in to reply ...
Hello,
I can't seem to get this color changed? It's the color you see when hovering over a student in the app... https://imgur.com/a/PAuA1Wu
How can I get that color to be #dddddd?
Thanks
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.tabulator-row.tabulator-selectable:hover {
background-color: var(--sidebar);
cursor: pointer;
}
Fixed! Thank you :)
How can I do the same forthe header of the table?
Gijs
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.tabulator-col.tabulator-sortable:hover { background-color: var(--sidebar) !important; cursor: pointer; }
Thanks Alex. I added the code, but it didn't work... Any idea what needs to be changed?
works for me https://prnt.sc/60_eC5G1LK41
Now it does on my end as well. Thanks!
We can close.