Shopify themes, liquid, logos, and UX
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;
}
border: none;
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.)
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.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025