also, i managed to change one of the tables to without borders, but the background still is white after i changed it to f8f8f8, is anything wrong with my custom css area? you will notice the other table is still with alternate highlighted rows and the pagination refuses to show, why?
this is in my custom css area of wp-table reloaded:
.wp-table-reloaded-id-16, .wp-table-reloaded-id-16 td, .wp-table-reloaded-id-16 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
border: none!important;
border-collapse: collapse!important;
border-spacing: 0px!important;
.wp-table-reloaded-id-16 .row-26 td {
background-color: #F8F8F8!important;
}
.wp-table-reloaded-id-1 .row-29 td {
background-color: #F8F8F8!important;
}
.wp-table-reloaded td,
.wp-table-reloaded th {
text-align: left!important;
}