How can I remove square borders from my multi-column description?

Hi could you please provide me with some code that would remove these borders from my multi Columb description.

Just the square borders to be removed if possible.

Thank you

2 Likes

Hi @Tristan757

Can you please provide website URL?

Please like the post

Thank you

@Tristan757

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Please add below css code in bottom of assets/base.css file

section#shopify-section-template–15920102703312__1658325003e8fba015 .multicolumn-card.content-container {
border: none;

}
Thank you.