BenJohnson Posted April 18, 2021 Share Posted April 18, 2021 Site URL: https://www.benjohnsonphoto.com/personal Hello, I am wanting to create a hover effect for my 3 images that link to separate pages on my personal page. I currently have the title over the top just linking to each page however I want to replace this with a hover effect that has the title come up instead of already sitting over the top. There is an example in this website: https://www.joshhilliamphotography.com/portfolio1/auckland-new-zealand/photographer Cheers, Ben Link to comment
Beyondspace Posted April 18, 2021 Share Posted April 18, 2021 1 hour ago, BenJohnson said: Site URL: https://www.benjohnsonphoto.com/personal Hello, I am wanting to create a hover effect for my 3 images that link to separate pages on my personal page. I currently have the title over the top just linking to each page however I want to replace this with a hover effect that has the title come up instead of already sitting over the top. There is an example in this website: https://www.joshhilliamphotography.com/portfolio1/auckland-new-zealand/photographer Cheers, Ben hope this help section[data-section-id="607b64d5fefb4615911fcfc2"] .html-block, section[data-section-id="607b650ec6223e23c5cb6de4"] .html-block, section[data-section-id="607b651ae4cf944534c81503"] .html-block{ opacity: 0; transition: all 0.75s; } section[data-section-id="607b64d5fefb4615911fcfc2"]:hover .html-block, section[data-section-id="607b650ec6223e23c5cb6de4"]:hover .html-block, section[data-section-id="607b651ae4cf944534c81503"]:hover .html-block{ opacity: 1; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
BenJohnson Posted April 18, 2021 Author Share Posted April 18, 2021 1 hour ago, bangank36 said: hope this help section[data-section-id="607b64d5fefb4615911fcfc2"] .html-block, section[data-section-id="607b650ec6223e23c5cb6de4"] .html-block, section[data-section-id="607b651ae4cf944534c81503"] .html-block{ opacity: 0; transition: all 0.75s; } section[data-section-id="607b64d5fefb4615911fcfc2"]:hover .html-block, section[data-section-id="607b650ec6223e23c5cb6de4"]:hover .html-block, section[data-section-id="607b651ae4cf944534c81503"]:hover .html-block{ opacity: 1; } Thanks for the help however this solution is not exactly what I'm after. I would like each image to have a hover effect and also turn into a link to the specific page. I would also like the text to appear with the hover just in plain white. I am unable to find how to remove the grey text colour and underline. Cheers, Ben 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