I cannot change the colors of rows.
I tried creating a custom CSS, but the colors remain the standard colors.
What am I doing wrong?
This is the content of my Custom CSS:
.wp-table-reloaded-ID .even td {
background-color: #BADCF0;
}
.wp-table-reloaded .odd td {
background-color: #BADCF0;
}
.wp-table-reloaded .row-hover tr:hover td {
background-color: #BADCF0!important;
}