Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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! 🙂
Solved! Go to the solution
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.
Hii, @Andrea6688
Kindly share your store URL so,
I can solve it perfectly.
Thank You.
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.
Thank you!!!!