Home › Forums › Support › thin dotted line around posts and tables › Reply To: thin dotted line around posts and tables
December 15, 2015 at 10:26 am
#160204
Lead Developer
Lead Developer
That’s because there’s a thin line that goes around tables (you should avoid using tables unless you’re posting tabular data).
To remove it, use this CSS:
table, th, td {
border: 0;
}
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development