How to remove table borders in Brooklyn theme?

Hi I’ve tried to understand where the line is coming from in my tables added by rich text in product descriptions and blog.

https://secretofsahara.com/blogs/news/three-amazing-anti-aging-benefits-of-fermented-skincare

Border appears at the bottom of the table

https://secretofsahara.com/products/conditioning-essence-reframe

Border appears under the first row of benefits of main ingredients

Any suggestion?

Thank you,

John

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

tr:first-child td:after, tr:first-child th:after {
border-bottom: initial!important;
}

Perfect. Thanks so much!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.