Hi Klaus,
thanks for your question, and sorry for the trouble.
This line is most likely a border line that’s added by your theme. To remove it, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress {
border-bottom: none !important;
}
Regards,
Tobias
Thnx, Tobias,
– apologies for the late reply. As usual I was on the road for a while…
Unfortunately your suggestion is not really doing anything to my design. Maybe I was misleading you anyway, since this “line” I am talking about follows each table row, it is not at the end of the table only.
However – in most cases I find this quite nice for structuring the contents. Only in some cases I might not want it so much, but this is not a big deal…
You might be right that this may come from the design theme I am using. But I am not deep enough into WP to look into it…
Best regards
Klaus
Hi,
ah, so you are talking about the regular table borders. For CSS to remove that, please see https://tablepress.org/faq/remove-borders-from-a-table/
Regards,
Tobias