JWGH Posted October 11, 2022 Share Posted October 11, 2022 Site URL: https://www.harrop.works/cart Hi there, I am trying to replace the text "Continue Shopping" with "Explore More" on the empty state button of my Cart. I've found posts on how to change the styling but not the text itself. Any suggestions? Thanks. Link to comment
Solution Beyondspace Posted October 12, 2022 Solution Share Posted October 12, 2022 On 10/11/2022 at 6:20 PM, JWGH said: Site URL: https://www.harrop.works/cart Hi there, I am trying to replace the text "Continue Shopping" with "Explore More" on the empty state button of my Cart. I've found posts on how to change the styling but not the text itself. Any suggestions? Thanks. You can try using pseudo element [aria-label="Continue Shopping"] { color: transparent !important; position: relative; } [aria-label="Continue Shopping"]:after { color: #fff; content: 'Explore More'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; } Support me by pressing 👍 if this useful for you JWGH 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 October 12, 2022 Share Posted October 12, 2022 My testing JWGH 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
JWGH Posted October 12, 2022 Author Share Posted October 12, 2022 bangank36 - that is amazing! Thanks so much. It worked like magic. 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