Shopify themes, liquid, logos, and UX
https://www.bigbrattboutique.com/collections/tops
How do I get this effect when you hover over the product image? I like how the quick view and border is transparent then shows up when you hover over product.
Solved! Go to the solution
This is an accepted solution.
Hi,
Go to your online store -edit code -> base.css file and paste this code in the end of file
.product-item__inner:hover .product-item__hover-container, .product-item__inner:focus-within .product-item__hover-container {
opacity: 0 !important;
}
.product-item__inner:hover .product-item__hover-action-wrap, .product-item__inner:focus-within .product-item__hover-action-wrap {
opacity: 0 !important;
visibility: hidden !important;
}
This is an accepted solution.
Hi,
Go to your online store -edit code -> base.css file and paste this code in the end of file
.product-item__inner:hover .product-item__hover-container, .product-item__inner:focus-within .product-item__hover-container {
opacity: 0 !important;
}
.product-item__inner:hover .product-item__hover-action-wrap, .product-item__inner:focus-within .product-item__hover-action-wrap {
opacity: 0 !important;
visibility: hidden !important;
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025