1 Like
Hi @DashFlick ,
Could you please share your store URL and password (if enabled) so that I can help you
Hi @DashFlick
Would you mind to share your Store URL website? with password if its protected. Thanks!
1 Like
Hi @DashFlick ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
I realize this situation isn’t exactly what you’d hope for, but I’ve got a potential solution that I’d like to share with you:
- Go to Online Store → Theme → Edit code.
- Open your assets/section-main-product.css file.
- Add the code at the end of the file:
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: unset !important;
}
Best regards,
Anthony
Thank you for the information. 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:
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
border: none;
}
- And Save.
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like
