Table Borders
-
I love your plugin, I use it on several of my sites so I tried to copy the CSS from one to another but it is not helping me. My website https://theperfectcut2.net/1-2/ has the table but I would like no lines no nothing just the white background. It is table 2 and below is what I have in the Custom CSS tab of the plugin. What am I missing??
.tablepress-id-2,
.tablepress-id-2 tr,
.tablepress-id-2 tbody td,
.tablepress-id-2 thead th,
.tablepress-id-2 tfoot th {
border: none !important;
}.tablepress-id-2 {
background-color: #000000;
}.tablepress-id-1 {
width: auto;
}.tablepress-id-1 .column-1 {
width: 300px !important;
}.tablepress-id-1 .column-2 {
width: 50px !important;
}.tablepress thead th,
.tablepress tfoot th {
background-color: #000000;
}.tablepress .row-hover tr:hover td {
background-color: #000000;
}Thank you
Lisa
- The topic ‘Table Borders’ is closed to new replies.