How to remove divider line of products image from Dawn theme

Hello!

I have searched and searched for this and hadn’t had much luck. I’m trying to remove the un-needed divider line. I’m slighty familiar with coding so I attempted to search in there. I found some things that I thought would fix it but it didn’t. Anyone know of a solution they can share? I’d greatly appreciate it! :slightly_smiling_face:

Hii, @Andrea6688
Kindly share your store URL so,
I can solve it perfectly.
Thank You.

1 Like

@Andrea6688
Paste this code on top of the section-main-product.css file.

modal-opener.product__modal-opener.product__modal-opener--image.no-js-hidden {
    border: 0px !important;
}

Thank You.

1 Like

Thank you!!!!

1 Like