Thank you, Tobias.
The table is found on the page listing different professions.
https://moregreatleads.com/gray-lines/
I managed to get rid of all the gray lines except the last one at the bottom of my table. Here’s what I used to remove the lines.
.tablepress-id-1,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}
Again, there is still one gray line at the very bottom that I cannot seem to remove. Thank you for your support.
Charlie