Jump to content

Henson: Image at bottom of page only on hover

Recommended Posts

  • Replies 7
  • Views 693
  • Created
  • Last Reply
Posted
5 hours ago, thomfountain said:

Site URL: http://www.thom-fountain.com

Hello,  when you scroll to the bottom of a page, I want it to function like the home page—where only the Description shows until you hover over the projects.

I think I just need to have the image 'display:none;' except for on hover, but can't figure out the right code.

Any suggestions?

http://www.thom-fountain.com

http://www.thom-fountain.com/toyota 

Do you mean like this

image.thumb.png.7ef3f8ca43ecb58a745c88ca5a86c85d.png

.collection-images.index-nav-images {
  visibility: hidden !important;
}
.index-gallery-wrapper:hover .collection-images.index-nav-images {
  visibility: visible !important;
  cursor: pointer;
}

To add CSS, go to Design -> Custom CSS

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted

Ah, almost. Except I want it to disappear unless I'm hovering on the page link, not the image. Here it still creates an overlay when I mouse over the image space (see image). Anyway to fix that? Thank you!

 

 

Screen Shot 2020-08-04 at 1.55.42 PM.png

Posted
1 hour ago, thomfountain said:

@bangank36 Thanks for helping, but wondering if you have any thoughts on the above? 

Could you take off what I sent, so I can check it properly again, thanks so much

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted
9 hours ago, thomfountain said:

@bangank36 Code is removed, thanks!

.collection-images.index-nav-images {
  opacity: 0;
}
.nav-hovered .collection-images.index-nav-images {
	opacity: 1;
}

 

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

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.