Guest Posted September 29, 2020 Share Posted September 29, 2020 Site URL: https://sunflower-bluebird-jb83.squarespace.com/ I am trying to hover an image over another image that exists in a photogrid. Example the grid is all happy faces and when you hover over each of them, it's an image of sad faces. Basic example but that's the point I'm trying to get at. Site pw is getwell2020 Link to comment
tuanphan Posted September 30, 2020 Share Posted September 30, 2020 This code for first image. If it works, I will send for other Add to Home > Design > custom CSS .homepage figure:nth-child(1):hover .gallery-grid-item-wrapper img { visibility: hidden; } .homepage figure:nth-child(1):hover .gallery-grid-item-wrapper { background-image: url(https://beaverhero.com/wp-content/uploads/2019/06/trees-3464777_640-min.jpg); background-size: cover; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.