Hi,
thanks for your post, and sorry for the trouble.
Have you tried the suggestion from the TablePress FAQ at http://tablepress.org/faq/remove-borders-from-a-table/ maybe with the !important parameter added, as
border: none !important;
? If that does not work, can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
Tobias
Thread Starter
Lyons
(@alphaoracle)
Thank you, Tobias.
The table is found on the page listing different professions.
http://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
Hi Charlie,
thanks for the link! As it seems, the theme is adding another border there. Please try again with
.tablepress-id-1,
.tablepress-id-1 tbody,
.tablepress-id-1 tr,
.tablepress-id-1 tbody td,
.tablepress-id-1 thead th,
.tablepress-id-1 tfoot th {
border: none;
}
Regards,
Tobias
Thread Starter
Lyons
(@alphaoracle)
You are a wizard, Tobias!!!
It worked flawlessly. Thanks again for your support.
Charlie
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!