thomfountain Posted August 3, 2020 Share Posted August 3, 2020 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 Link to comment
Beyondspace Posted August 4, 2020 Share Posted August 4, 2020 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 .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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
thomfountain Posted August 4, 2020 Author Share Posted August 4, 2020 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! Link to comment
thomfountain Posted August 6, 2020 Author Share Posted August 6, 2020 @bangank36 Thanks for helping, but wondering if you have any thoughts on the above? Link to comment
Beyondspace Posted August 6, 2020 Share Posted August 6, 2020 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
thomfountain Posted August 6, 2020 Author Share Posted August 6, 2020 @bangank36 Code is removed, thanks! Beyondspace 1 Link to comment
Solution Beyondspace Posted August 7, 2020 Solution Share Posted August 7, 2020 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; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
thomfountain Posted August 7, 2020 Author Share Posted August 7, 2020 Amazing. Thank you!! Beyondspace 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment