How to remove divider line of products image from Dawn theme

Solved

How to remove divider line of products image from Dawn theme

Andrea6688
Tourist
6 0 2

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! 🙂

2021-11-15 01_08_36-Cordless Hair Curler - Wireless & Rechargeable – Manybeetles — Mozilla Firefox.png

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@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.

View solution in original post

Replies 3 (3)

Zworthkey
Shopify Partner
5581 642 1578

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

Zworthkey
Shopify Partner
5581 642 1578

This is an accepted solution.

@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.

Andrea6688
Tourist
6 0 2

Thank you!!!!