remove head line and background color of a table
-
Hello,
I use table press to display responsive CV for our employees. I want them not to be recognized as tables, but to blend in into the text of the page. But I have a thin line at the top of the table and light colors alternating in the background.
I allready followed the Tablepress FAQ and applied the recommended CSS, but it doesn’t show the desired effect. What ist wrong?
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
border: none !important;
border-top: none !important;
}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)
- You must be logged in to reply to this topic.