Hello Tobias
Thanks for such a great product.
My client didn’t want row and column lines, only the outer border so i added this code:
/* Tablepress remove borders */
.tablepress-id-4,
.tablepress-id-4,tr,
.tablepress-id-4 tbody td,
.tablepress-id-4 thead th,
.tablepress-id-4 tfoot th
{
border: none;
}
However, the LEFT Border was missing, so I added this code to the above:
#tablepress-4 td {
border-left: 1px solid #cccccc !important;
}
But now it has added all the column lines back in. Here is the website link having removed the below code: http://www.travelconsultantsafrica.com/our-tours/
#tablepress-4 td {
border-left: 1px solid #cccccc !important;
}
I’d appreciate your help.
Kind Regards Zelda
-
This reply was modified 9 years, 4 months ago by zelwil.