No borders for specific rows
-
Hello, I’ve got a very large table and I want to seperate some parts of it with empty rows.
Is there any way to do so? Because I can only remove the borders from a whole table but not for a specific row.I have borders for all tables:
.tablepress, .tablepress tr, .tablepress tbody td, .tablepress thead th, .tablepress tfoot th { border: 2px solid black; }And I want to remove the border from row 2 at table (ID)1 and tried it like this:
.tablepress-id-1 .row-41 tr, .tablepress-id-1 .row-41 tbody td, .tablepress-id-1 .row-41 thead th, .tablepress-id-1 .row-41 tfoot th { border: none !important; }But the border is still there and I’ve tried it with and without !important.
Is it not possible to do it this way?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘No borders for specific rows’ is closed to new replies.