Jump to content

Image Reveal on Text Hover

Go to solution Solved by Ziggy,

Recommended Posts

  • Replies 2
  • Views 424
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

You can use Chrome dev tools to pull the HTML:

<div class="nav-gif-wrapper">
  <a href="/larose">
    <h1 style="text-align:center">Luxury Real Estate</h1>
    <img src="https://static1.squarespace.com/static/5fe3e4d2fd86bf1144542597/t/66bff3a100fa13695b55a3ef/1723855777786/larose-thumbnail.jpg
              " alt="luxury-real-estate-branding" height="300" style="top:-55px; left:40px">
  </a>
</div>

and some of the CSS (though you may need more):

@media screen and (min-width: 640px) {
    .nav-gif-wrapper img {
        position: absolute;
    }
}

@media screen and (min-width: 640px) {
    .nav-gif-wrapper img {
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        display: block;
    }
}
@media screen and (min-width: 640px) {
    .nav-gif-wrapper img {
        opacity: 0;
    }
}
.nav-gif-wrapper:hover {
    text-decoration: line-through;
    text-decoration-thickness: 3px;
}

Hopefully that gives you a start on the way this could be set up.

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
  • Solution

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.