Jump to content

Hover image to text

Recommended Posts

Hi, how can I make it so text appears when you hover over an image? Have tried code snippets found online and am able to make text appear but then not go away. Thank you!!

Link to comment
1 hour ago, Emm said:

Hi, how can I make it so text appears when you hover over an image? Have tried code snippets found online and am able to make text appear but then not go away. Thank you!!

Hey @Emm 

Add the image block, and then the text block below the image, then add the following code to the image block, which should then add transparency to the image and show the text beneath.

@media only screen and (min-width: 640px)
{

#block-12345 {
opacity: 0 !important;
transition: opacity 1s !important;
}

#block
-12345:hover {
opacity: 1 !important;
transition: opacity 1s !important;
}
}

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.