Add css value to multiple tables
-
Hi, I want to have some tables without a border. How can I tell the css that I want tables 1, 4, 7 and 8 to remove borders. It is a bit time consuming to create a set of code for each table
.tablepress-id-4,
.tablepress-id-4 tr,
.tablepress-id-4 tbody td,
.tablepress-id-4 thead th,
.tablepress-id-4 tfoot th {
border: none !important;
}Instead of just table 4, how can I add the other tables to react the same. I have tried
.tablepress-id-1, 4, 7, 8 but it doesn’t work.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add css value to multiple tables’ is closed to new replies.