How do I remove row hover background color?
-
Not finding any easy solution, disabled row highlighting, this is my current custom CSS:
.tablepress { table-layout: fixed; width: 400px; } .tablepress-id-1 td { padding: 0; } .tablepress-id-1 .column-1 { width: 150px; } .tablepress-id-2 .column-1 { width: 150px; } .tablepress { background-color: transparent !important; } .tablepress .row-hover tr:hover td { background-color: transparent !important; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How do I remove row hover background color?’ is closed to new replies.