• Resolved pakosama

    (@pakosama)


    I try:

    .tablepress .row-hover .row-2 tr:hover td {
    	background-color: #b2dae5;
    	color: #f25c00;
    	font-weight: 500;
    }
    .tablepress .row-hover .row-2:hover tr {
    	background-color: #b2dae5;
    	color: #f25c00;
    	font-weight: 500;
    }
    .tablepress .row-hover .row-2:hover tr:td {
    	background-color: #b2dae5;
    	color: #f25c00;
    	font-weight: 500;
    }

    Sorry, I know I still lack knowledge and that’s why I ask here. Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You are close ??
    Please try

    .tablepress .row-hover .row-2:hover td {
    	background-color: #b2dae5;
    	color: #f25c00;
    	font-weight: 500;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How can I highlight 3 rows of different color?’ is closed to new replies.