Okay
  Public Ticket #3150342
change hover color
Closed

Comments

  •  12
    MeesterGijs started the conversation

    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

    7285451184.png

    3784567906.png

    Thanks,

    Gijs

  • [deleted] replied

    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/


  •  12
    MeesterGijs replied

    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.

  • [deleted] replied

    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); }

  •  12
    MeesterGijs replied

    Perfect! :)

    Thanks, we can close