Comments 12MeesterGijs started the conversationOctober 20, 2022 at 1:00pmHello team, How can I change this color when I hover a table so that I can read what it says?And, the string Course Subscribed is not in the plugin Thanks, Gijs[deleted] repliedOctober 22, 2022 at 12:46pmold staging site has this fix : /* APP Manage students - hover over naam student*/.tabulator-row.tabulator-selectable:hover { background-color: var(--sidebar); cursor: pointer;}.tabulator-col.tabulator-sortable:hover { background-color: var(--sidebar) !important; cursor: pointer; }https://prnt.sc/ZFj7XV5qLUow please take some solutions to your old problems from old staging site : https://staging-meestergijs.kinsta.cloud/ 12MeesterGijs repliedOctober 22, 2022 at 6:51pmOf course! I try a lot before I open a ticket. That code is already there. The new staging has all those code included. So home come it works at one page, but not the other.[deleted] repliedOctober 26, 2022 at 7:24amPlease try adding this custom css in your wp-admin-> appearance-> customize -> custom css : .vibebp_main.members_crm > .vibebp_single_member_view_wrapper .stats_wrapper > .all_stats_table tr:hover { background-color: var(--sidebar); } 12MeesterGijs repliedOctober 26, 2022 at 9:01amPerfect! :)Thanks, we can close Sign in to reply ...
Hello team,
How can I change this color when I hover a table so that I can read what it says?
And, the string Course Subscribed is not in the plugin
Thanks,
Gijs
old staging site has this fix :
/* APP Manage students - hover over naam student*/
.tabulator-row.tabulator-selectable:hover {
background-color: var(--sidebar);
cursor: pointer;}
.tabulator-col.tabulator-sortable:hover { background-color: var(--sidebar) !important; cursor: pointer; }
https://prnt.sc/ZFj7XV5qLUow
please take some solutions to your old problems from old staging site :
https://staging-meestergijs.kinsta.cloud/
Of course! I try a lot before I open a ticket. That code is already there. The new staging has all those code included. So home come it works at one page, but not the other.
Please try adding this custom css in your wp-admin-> appearance-> customize -> custom css :
.vibebp_main.members_crm > .vibebp_single_member_view_wrapper .stats_wrapper > .all_stats_table tr:hover { background-color: var(--sidebar); }
Perfect! :)
Thanks, we can close