Jump to content

How do I create a "Slide up Summary Carousel Item on Hover" effect in Squarespace 7.1?

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 4
  • Views 330
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
On 3/23/2023 at 4:16 AM, imdanielduncan said:

Currently, it's on a page called "Test Layouts" (imdanielduncan.com/testlayouts)

The password is: 22_redesign

It should be the 4th section on the page

Add to Design > Custom CSS

/* Slide up summary */
.summary-item:hover .summary-thumbnail-outer-container {
    -webkit-box-shadow: 0px 30px 63px -32px rgba(0,0,0,.35);
    box-shadow: 0px 30px 63px -32px rgba(0,0,0,.35);
    -webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
    transition: all 0.3s ease;
}
.summary-thumbnail-outer-container {
    transition: all 0.3s ease;
}

 

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
5 hours ago, tuanphan said:

Add to Design > Custom CSS

/* Slide up summary */
.summary-item:hover .summary-thumbnail-outer-container {
    -webkit-box-shadow: 0px 30px 63px -32px rgba(0,0,0,.35);
    box-shadow: 0px 30px 63px -32px rgba(0,0,0,.35);
    -webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
    transition: all 0.3s ease;
}
.summary-thumbnail-outer-container {
    transition: all 0.3s ease;
}

 

That worked! Thank you so much!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.