MaddieIverson Posted June 21, 2023 Posted June 21, 2023 I have some experience with css, but I am still a beginner. I am trying to write a code for a website I am working on where the gallery block (in slideshow design) shows the next image on a hover action. I want the links on the images to remain active. Here is the inspiration site that I am trying to recreate for this portfolio page: https://ayakaito.com/branding This is the code I am working with so far: /* Squarespace gallery block hover effect */ .gallery-block .gallery-item:hover { visibility: hidden; } .gallery-block .gallery-item:hover ~ .gallery-item { visibility: visible; } This is my first time posting to the forum. Thank you for your help!
tuanphan Posted June 23, 2023 Posted June 23, 2023 You mean hover on each image > Change to another image? Just share link to page where you use image/or gallery, we can test code easier 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment