How can I remove the border in Craft theme grid?

Hello,

I’m using the Craft theme, but I can’t figure out how to remove the border from using the grid. Is anyone able to help with that?

Hi @Shariesa_Taylor
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

Of course!

URL: https://aromatics-by-j-renee.myshopify.com/pages/about-us

Password: giaste

Hi @Shariesa_Taylor
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.section-template--16715075846443__main-padding table{
box-shadow: none!important;
}
.section-template--16715075846443__main-padding td{
border: none!important;
}

Hello, I am trying to solve this same issue and tried the above but it has not worked. See https://circularfactory.world/pages/factory-hire

Any advice would be greatly appreciated!

Courtney