Want to remove the border that appears on hover when in collection page view - I have identified the div class and have tried many different codes but nothing is working so far! Any help appreciated.
Hi @blakelyhi
You can do that by removing this CSS code in your theme.css file
.product-item--border-on-hover .product-item__inner .product-item__hover-container{
border:1px solid var(--color-text);
}
Hey @blakelyhi
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you so much!!
Got it fixed, thank you so much!
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.
You are very welcome, @blakelyhi

