Remove borders in table on pages - Debut theme

Hello, I added a table for the “find us” page on my website nd it shows light grey borders that I would like to remove. Can someone show me how to do this?

www.goldenelixirchai.com

@rg80

Did you fix the border?

Because I checked your page. I couldn’t see the borders.

Let me know.

Thanks!

I just published the Debut theme and see it. Can you please check again?

@rg80

Where can I find this? Can you please share the website URL?

Thanks!

Www.goldenelixirchai.com under the “find us” section

1 Like

@rg80

Please add the following code at the bottom of your assets/theme.scss.liquid file.

th, td{
border: 0px !important;
}

Hope this helps.

Thanks!

3 Likes

It worked, Thank you!

1 Like

This worked for me too! Thanks a TON!

1 Like

Trying this on a new theme on my website but its not working. Does anyone have any sugestions? versefashion.com

Did they change the theme? I can’t find the assets/theme.scss.liquid file.

Hi,

This doesn’t work for me on Dawn theme - any ideas?

Thanks,

Anthea

2 Likes