How can I remove table border in Dawn theme 13.0?

hiya, i want to make my table borders transparent, and i can’t seem to get the outer border to go transparent. it’s working fine for the cell lines, but i’ve tried using every table element to make the outer border transparent and nothing! any suggestions?

this is what i’m using at the moment, see image for results.

table,
th,
tr,
td,
caption,
colgroup,
col,
colgroup,
thead,
tbody,
tfoot {
  border: transparent !important;
}

1 Like

border: none;

Hello @frankiebuttons

You can try this code.

table {
  border-collapse: collapse;
  border: transparent;
}
th, td {
  border: 1px solid transparent;
}

This hasn’t worked I’m afraid, it brings back the cell borders and outer border remians.

Sorry this hasn’t worked for me.

Can you please share your store url

It’s https://extremelargenesswholesale.com/ but the theme i’m editing isn’t live yet (currently on Debut.)