Remove outlines only
-
Hi there
I am using your awesome plugin Table Press 🙂 I’ve created a table on a page that I can’t display, yet. But my goal is to display a table that has no outlines, i.e. no line above the first row/below the last row and no line to the left/right, either.
A good example would be this table here (except that this one has a line on the very bottom): https://cavegn-immobilien.ch/portfolio_page/hof-oberwil/I am using this code – what am I missing?
.tablepress thead th,
.tablepress tbody td {
border: 1px solid #000000;
text-align: center;
}.tablepress td:first-child,
.tablepress th:first-child {
border-left: none;
}.tablepress td:last-child,
.tablepress th:last-child {
border-right: none;


Neu
Joëlle14:46 Uhr
.tablepress-id-1 tbody td {
font-family: Montserrat;
font-size: 18px;
font-weight: 500;
color: #000000;
}Thanks for your help!
Best
Andi
The topic ‘Remove outlines only’ is closed to new replies.