Archived topic
Striped Table Generating Boarder around Empty Caption
7 replies · Started by Christopher on November 13, 2020
When I add a striped table, a boarder isn't generated all the way around, and more annoying a boarder is generated around the caption. I don't even have a caption entered, so it looks like there is a new row there, as a boarder is generated around an empty caption. Any idea why this is happening?
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
That should be it included in the private section. See the grey and white table at the end.
The link you've provided includes wp-admin so will require a username and password to view.
Can you provide the direct URL to the page?
Sorry, here you go.
Hi there,
try adding this CSS:
.wp-block-table.is-style-stripes {
border: none;
}
.wp-block-table.is-style-stripes table {
border: 1px solid rgba(0,0,0,.1);
}
Thanks so much, that worked!
Glad to be of help