I need help, I added some small images to the columns of the multicolumn section in taste theme and every column has a black border line which i would like to remove, if anybody knows how i can do that please don’t hesitate to help me
Thank you.
1 Like
Hi @Alaaa
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Store URL: www.fleekieo.com
Password: rtaolo
1 Like
Thanks for the info, Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.multicolumn-card.content-container {
border: none !important;
}
- And Save.
- Result:
1 Like
Thank you so much Made4uo-Ribe! it actullay worked, please one more thing if you don’t mind me asking, i’ve just added an image with text section and it also has a black border line, i’ll be so thankful if you could help me with deleting that one too
Thank you
1 Like
Add this one then, same instruction.
.content-container {
border: none !important;
}
And Save.
The first code is only for multicolumn.
Result:
1 Like
Please, Dont forget to Mark as Solution to the post that helped you. Thanks!
Thank you so much, I really Appreciate you, have a great day
Yes i’ve done that. Thank you
1 Like