Archived topic
Hide Table Borders
3 replies · Started by Aaron on June 12, 2021
Viewing posts 1–4 of 4
I am using wp-block-table, and I want to hide the cell borders so it doesn't look like grid lines on my page.
You can view the page in question here: https://golocalchurch.com/tools/
Hi there,
Try this CSS:
.wp-block-table table, .wp-block-table td, .wp-block-table th {
border: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
That did it! Thanks!
No problem :)
This archived topic is closed to new replies.