amethystwallgallery Posted November 16, 2022 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! 😅
Beyondspace Posted November 16, 2022 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 - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted November 16, 2022 Posted November 16, 2022 My testing amethystwallgallery 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
amethystwallgallery Posted November 16, 2022 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment