Table border
-
According to the FAQ you just need to put this in the custom css:
.tablepress-id-N,
.tablepress-id-N tr,
.tablepress-id-N tbody td,
.tablepress-id-N thead th,
.tablepress-id-N tfoot th {
border: none;
}And change the N with the number id from the table and it should remove the table border.
It won’t remove the borders on my site, what to do?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Table border’ is closed to new replies.