Removing horizontal lines
-
Hello,
I would like to remove the horizontal lines between all rows in all tables. I checked you FAQ’s and found that these Custom CSS codes should help, but it still doesn’t work:
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none;
}or, for ID #3:
.tablepress-id-3,
.tablepress-id-3 tr,
.tablepress-id-3 tbody td,
.tablepress-id-3 thead th,
.tablepress-id-3 tfoot th {
border: none;
}Thanks for your help!
Benjamin
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing horizontal lines’ is closed to new replies.