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 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, Lightbox Studio pluginIf 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
Beyondspace Posted November 16, 2022 Share Posted November 16, 2022 My testing amethystwallgallery 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, Lightbox Studio pluginIf 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
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