kimimischke Posted March 29, 2021 Posted March 29, 2021 Site URL: https://gazelle-harpsichord-n9ca.squarespace.com/config/ Each of the photos in this gallery (see screenshot) are supposed to link to another page in the site, but none of them are working. I'm using CSS to apply a hover effect and am wondering if that's the problem. Password: wcfeventsite The code I'm using for hover effect is below: //FEATURED SPEAKERS - Grid Gallery Captions on Hover// section[data-section-id="60512ff41cd0757636eeed23"] .gallery-caption { position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.0); /* overlay color */ height: 100%; max-width: unset; padding: 0; opacity: 0; } .gallery-caption-wrapper { display: flex; align-items: center; /* center vertically */ justify-content: center; /* center horizontally */ } .gallery-caption-content { font-size: 1rem !important; /* caption font size */ color: white; /*caption font color */ } .gallery-grid-item { position: relative; } .gallery-grid-item:hover .gallery-caption { opacity: 1; } .gallery-caption-grid-simple { transition-delay: 0ms; }
WillMyers Posted March 29, 2021 Posted March 29, 2021 Hey kimimischke, yeah, I'd imagine it's because of the overlay that that's overlapping with the link. I'll need to take a look at your site to see exactly where the issue is though. Your site is showing up as Private, could you set it to Password Protect? Hey there, my name is Will and I help Squarespace designers and developers with my plugins, tutorials, and my Code Curious Membership. I would be happy to answer any questions you have about Javascript, CSS, or the meaning of life - I'm an expert in 2 of these. Youtube | Website
kimimischke Posted March 30, 2021 Author Posted March 30, 2021 Hi Will, I just made it Password Protect. The password is WCFEventSite Thanks! Kimi
tuanphan Posted April 5, 2021 Posted April 5, 2021 On 3/31/2021 at 2:44 AM, kimimischke said: Hi Will, I just made it Password Protect. The password is WCFEventSite Thanks! Kimi It looks like you solved this? The text is a bit narrow. Do you want to adjust this? 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
Archived
This topic is now archived and is closed to further replies.