Jump to content

OUR TEAM SECTION WITH HOVER EFFECTS

Recommended Posts

  • Replies 8
  • Views 299
  • Created
  • Last Reply

Top Posters In This Topic

On 3/25/2023 at 11:04 PM, Saiman_Sakib said:

https://clownfish-calliope-cg9g.squarespace.com/

PASSWORD: 123456

 

here is the page and site. can you send me code

You want

Initial: show image, hide text

Hover: show image, show overlay, show text

Is that right?

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
On 3/29/2023 at 9:30 AM, tuanphan said:

You want

Initial: show image, hide text

Hover: show image, show overlay, show text

Is that right?

Add to Design > Custom CSS

/* Poster Image Hover */
.design-layout-poster:hover .image-overlay {
    background-color: rgba(255, 0, 0,0.9) !important;
    -webkit-mask-image: none !important;
}
.design-layout-poster figcaption {
    opacity: 0;
}
.design-layout-poster:hover figcaption {
    opacity: 1;
}

 

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
On 4/7/2023 at 2:51 PM, tuanphan said:

Add to Design > Custom CSS

/* Poster Image Hover */
.design-layout-poster:hover .image-overlay {
    background-color: rgba(255, 0, 0,0.9) !important;
    -webkit-mask-image: none !important;
}
.design-layout-poster figcaption {
    opacity: 0;
}
.design-layout-poster:hover figcaption {
    opacity: 1;
}

 

thanks

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.