How can I effectively remove grid lines from a table?

Hi There,

I’m looking to remove the grid lines on a table I have in a one of my pages. I’m having no luck finding any code that works.

Thank you in advance!

@BM9292

Please share the store URL…

Hi @BM9292

This is Victor from PageFly - Shopify Page Builder App

Please share with me the URL - and password if password protected.

Await for your response

Best regards,

Victor | PageFly

https://shopbambavodka.com/pages/restaurants-bars-liquor-stores

Hi @BM9292

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

table:not([class]) {

box-shadow: none !important;

}

table:not([class]) td, table:not([class]) th {

border: none !important;

}

Hope that my solution works for you.

Best regards,

Victor | PageFly