kimimischke Posted March 29, 2021 Share 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; } Link to comment
WillMyers Posted March 29, 2021 Share 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-o, my name is Will and I help Squarespace designers and developers with technical things. I would be happy to answer any questions you have about Javascript, CSS, or the meaning of life - although I'm only an expert in 2 of these. Check out my plugin store or sign up for my newsletter. Link to comment
kimimischke Posted March 30, 2021 Author Share Posted March 30, 2021 Hi Will, I just made it Password Protect. The password is WCFEventSite Thanks! Kimi Link to comment
tuanphan Posted April 5, 2021 Share 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 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