I want a table with no borders. I’ve tried many suggestions including:
table {
border: none;
}
and
table {
border-collapse: collapse;
}
Both hide the table borders including between columns. But there always remains and a second outer border that I can’t get rid of.
Anyone else have this problem? I’m using Craft theme. The problem occurs adding tables in both products and blog posts.