amethystwallgallery Posted November 16, 2022 Share Posted November 16, 2022 site: https://www.amethystwallgallery.com/ pass: Help123! In an empty cart, I would like to have the "Continue Shopping" button fade to 0.5 opacity when I hover over it, but I can't for the life of me figure out the right combination of selectors to use to actually target it. Any help would be much appreciated! Bonus points if my hero @tuanphan could weigh in! 😅 Link to comment
Beyondspace Posted November 16, 2022 Share Posted November 16, 2022 4 hours ago, amethystwallgallery said: site: https://www.amethystwallgallery.com/ pass: Help123! In an empty cart, I would like to have the "Continue Shopping" button fade to 0.5 opacity when I hover over it, but I can't for the life of me figure out the right combination of selectors to use to actually target it. Any help would be much appreciated! Bonus points if my hero @tuanphan could weigh in! 😅 You can try adding to Home > Design > Custom Css #sqs-cart-root [aria-label="Continue Shopping"]:hover { opacity: 0.5; transition: opacity 0.5s ease; } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you amethystwallgallery 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
Beyondspace Posted November 16, 2022 Share Posted November 16, 2022 My testing amethystwallgallery 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
amethystwallgallery Posted November 16, 2022 Author Share Posted November 16, 2022 21 minutes ago, Beyondspace said: You can try adding to Home > Design > Custom Css #sqs-cart-root [aria-label="Continue Shopping"]:hover { opacity: 0.5; transition: opacity 0.5s ease; } Let me know how it works on your site Support me by pressing 👍 or marking as solution if this useful for you This works perfectly, 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