hello,
All our product pictures have this transparent white shade that “frames” the image on both sides. I would like to remove this, as at times it cuts over items
. Any ideas how?
hello,
All our product pictures have this transparent white shade that “frames” the image on both sides. I would like to remove this, as at times it cuts over items
You can certainly do this by editing your CSS.
Can you share your store URL?
Hi @JHS1
Is this image from the product page? Would you mind to share your store URL? Thanks!
Hi @JHS1
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
<style>
.flickity-button {
display: none !important;
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
That worked! Thank you!