Round Corners Tables without header and footer
-
Hello,
I was trying to figure out how to get round corners for the tables, just then I found this code from one of the support questions you had answered. But this one works when I use header and footer in the table.
.tablepress-id-2 thead th:first-child {
border-top-left-radius: 10px;
}
.tablepress-id-2 thead th:last-child {
border-top-right-radius: 10px;
}
.tablepress-id-2 tfoot th:first-child {
border-bottom-left-radius: 10px;
}
.tablepress-id-2 tfoot th:last-child {
border-bottom-right-radius: 10px;
}I am using a table without the header and footer. Please can you help me with the code that gives round corners to the table with 6 rows and 2 columns
Thanks,
Rafael
- The topic ‘Round Corners Tables without header and footer’ is closed to new replies.