Borders
-
Hi there, Tobias.
We’ve spoken before about 6 months ago, and you emailed me back. actually it’s the same subject as previous…
This plugin is nothing less than amazing. I use it a lot and it means a great deal to me. ??
However, despite all efforts in my CSS, I cannot seem to remove the borders…
For example:
td, th {
border:none;
}table { border-collapse:collapse }
Now, what I have managed to do is change their color to the background (white)
This CSS, added in my plugin options CSS, is the only current (rubbish) solution, but it’s getting ridiculous now that I have so many tables, or so many columns / rows. ??.tablepress-id-22 .row-1 .column-1 {
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}.tablepress-id-22 .row-1 .column-2 {
border-bottom: 1px solid white;
border-top: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
}—–As you can imagine, the Plugin CSS options are now ‘endless’… ??
The more serious problem is that it hasn’t totally worked, with some borders still appearing in gray on the outer border that appears on top, right and bottom of the table.
I’m pretty good with CSS, I fill in the gaps of what I don’t with code from other troubleshooting sites, but this issue, I just simply cannot totally remove the borders ??
ANy advice? any CSS code that I can apply to each table by ID? for e.g: .tablepress-id-22 and make no borders completely.
Many thanks!
Adi
- The topic ‘Borders’ is closed to new replies.