Jump to content

Thumbnail rollover effect on Summary Grid fail!

Recommended Posts

Hi guys

I'm trying to create a hover effect whereby the image fades out and the title appears.

When I hover over the title I completely lose the opacity effect!

I've cobbled together some code from lots of different places on this forum so it's probably super obvious where I'm going wrong.

The page url is https://damien-creagh.squarespace.com/drama-gallery

Would really appreciate some guidance.

Thanks!

Here's the code I'm using:


img.summary-thumbnail-image {
opacity: 1;
 transition: opacity .7s;
}

 img.summary-thumbnail-image.loaded:hover 
 { 
 opacity: 0.3; 
 }


  .sqs-block-summary-v2 .summary-item .summary-title { 
   transform: translateY(-10%);
 opacity: 0;
 transition: transform .6s ease-out, opacity .5s;
 hyphens: auto;
  text-align: center;
    position: absolute;
     left: 20%;
     top: 50%;
  width:70%;
     margin-left: auto;
     margin-right: auto;
  }


   .sqs-block-summary-v2 .summary-item:hover .summary-title
  { 
  transform: translateY(0);
 opacity: 1;
    text-align: center;
    position: absolute`enter code here`;
     left: 20%;
     top: 50%;
     margin-left: auto;
     margin-right: auto;
    width: 70%;
    hyphens:none;
  }

.sqs-block-summary-v2 .summary-item .summary-title a {
 font-size: 1em;
  z-index:20000 !important;
  font-size: 140%;
  color: #2a2a2a;
  display: block;
}




Link to comment
  • 11 months later...
  • Replies 1
  • Views 653
  • Created
  • Last Reply

Hi Dear,

The effect still show opacity when I hover, did you get it solved

image.png.64d96f5290a1bb77b4ff108b13717702.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace
🚀 Learn how to rank new pages on Google in 48 hours!

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.