Hiding certain borders?
-
I’m trying to get rid of the inner borders – so the bottom border from column 1 and the right border from row 1 and left border from row 3. The css I added was:
.tablepress-id-1 .column-1 {
border-right: none;
}.tablepress-id-1 .row-1 {
border-bottom: none;
}Neither of those worked. How can I get rid of the inner borders and just leave the outer one?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Hiding certain borders?’ is closed to new replies.