JezK
Edit File: tablepress-custom.css
.tablepress thead th { background-color: #0073aa; color: #ffffff; font-weight: bold; text-align: center; } .tablepress tbody tr:nth-child(odd) { background-color: #f2f2f2; } .tablepress tbody tr:nth-child(even) { background-color: #ffffff; } .tablepress tbody tr:hover { background-color: #ffe8a3; } .tablepress { border-collapse: collapse; } .tablepress th, .tablepress td { border: 1px solid #ddd; padding: 10px; } .tablepress thead th { background: #00a859; color: white; } .tablepress tbody tr:nth-child(odd) { background: #f9f9f9; } .tablepress tbody tr:hover { background: #dff5e7; }