Jonny_B Posted January 26, 2022 Share Posted January 26, 2022 Hello! I found this code that hides the product title and makes it appear upon hovering over the product image. I'm hoping there's a way to similarly make the product description appear upon hovering over the product image. {.products.collection-content-wrapper .grid-item img{z-index: 0!important} .products.collection-content-wrapper .grid-main-meta {z-index: 99!important; margin-top:-5rem; text-align:center; background: rgba(255,255,255,0.5); visibility:hidden; } .grid-main-meta *{color:black!important;} .products.collection-content-wrapper .grid-item:hover .grid-main-meta {visibility:visible}} Thank you! nwhittlesey 1 Link to comment
tuanphan Posted January 28, 2022 Share Posted January 28, 2022 Hi. Not possible. Product description doesn't appear on List Page, so there is no way to do hover effect with it. nwhittlesey 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
nwhittlesey Posted March 31, 2022 Share Posted March 31, 2022 (edited) I think I have the same issue. Just to confirm, there's NO way to add a hover to a product title? I tried this: .grid-title:hover { font-weight: 900!important;} and it doesn't work. It DOES work to add a background color or underline to the entire item, but that's now what I'm going for: a.grid-item-link:hover {border-bottom: solid 2px #dddddd!important;} Here's the page I'm referring to: https://studio411salon.com/haircare. Thanks! Edited March 31, 2022 by nwhittlesey Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 On 4/1/2022 at 2:46 AM, nwhittlesey said: I think I have the same issue. Just to confirm, there's NO way to add a hover to a product title? I tried this: .grid-title:hover { font-weight: 900!important;} and it doesn't work. It DOES work to add a background color or underline to the entire item, but that's now what I'm going for: a.grid-item-link:hover {border-bottom: solid 2px #dddddd!important;} Here's the page I'm referring to: https://studio411salon.com/haircare. Thanks! I meant no way to add description appear on hover If you want to add overlay/title/price appear on hover, it is possible and you want? Description or? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment