KaijuCorgi Posted June 2, 2021 Share Posted June 2, 2021 Site URL: https://www.cassiebarden.com I just added some CSS to my site to give my logo a hover effect (hovering triggers an animated gif) but now it's not clickable. I see why, since using CSS I added a second image on top of the logo placed through Squarespace's editor. But I can't access the HTML so I'm not sure how to make it a link... This is the guide I used: https://beatrizcaraballo.com/blog/animated-logo Beyondspace 1 Link to comment
Beyondspace Posted June 2, 2021 Share Posted June 2, 2021 30 minutes ago, KaijuCorgi said: Site URL: https://www.cassiebarden.com I just added some CSS to my site to give my logo a hover effect (hovering triggers an animated gif) but now it's not clickable. I see why, since using CSS I added a second image on top of the logo placed through Squarespace's editor. But I can't access the HTML so I'm not sure how to make it a link... This is the guide I used: https://beatrizcaraballo.com/blog/animated-logo Could you enable the animated logo so we can suggest a solution, technically the gif file can be part of the link by assigned it into background of link's psuedo element 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
KaijuCorgi Posted June 2, 2021 Author Share Posted June 2, 2021 3 hours ago, bangank36 said: Could you enable the animated logo so we can suggest a solution, technically the gif file can be part of the link by assigned it into background of link's psuedo element Done! Link to comment
Beyondspace Posted June 2, 2021 Share Posted June 2, 2021 4 minutes ago, KaijuCorgi said: Done! Where you add the gif background, add new line z-index:-1 .header-title-logo::after { background-image: url(https://static1.squarespace.com/static/5f2ca8b…/t/60b6ce8…/1622593158512/logo-animation.gif); background-position: center; background-repeat: no-repeat; background-size: contain; content: ''; height: 100%; opacity: 0; position: absolute; left: 0; top: 0; width: 100%; z-index: -1; } tuanphan and creedon 2 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
KaijuCorgi Posted June 2, 2021 Author Share Posted June 2, 2021 You're brilliant @bangank36! Thank you! Link to comment
tuanphan Posted June 4, 2021 Share Posted June 4, 2021 @KaijuCorgi Do you need to fix these? Site URL – https://www.cassiebarden.com/ 1. (Tablet-About) Increase width? 2. (Tablet-Overlay Menu) Add a space between lines? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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