Sometimes when I tap in the product section the borders of the product images section shine, is there a possibility I can remove it? Here are some images to get more context. my store is www.vellatore.com. thank you in advance.
Hi @vellatore
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.carousel.product__image-thumbnail.flickity-enabled.is-draggable, .carousel.product__image-slider.flickity-enabled.is-draggable {
box-shadow: none !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly

