Archived topic
Borders not showing properly in Stripes Style Table
5 replies · Started by Pintu on March 30, 2022
Hi, while creating a table in stripes style the borders are not showing properly. While creating the post, in the editor the table shows correctly however, after published borders don't appear. Please tell me a fix. Below I've added the images of the table shown in the editor and after published.
In editor (I want to have this in my post) - 
After published (See how the borders disappeared)- 
Also, please tell me how to align the bottom border - 
Hi there,
can you share a link to a page where i can see this ?
I've shared my site link. Please check.
Try adding this CSS:
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
border: 1px solid rgba(0,0,0,.1);
}
.wp-block-table.is-style-stripes {
border-bottom: unset;
}
Thanks :)
You're welcome