Changes The "Continue Shopping" Text in Cart (Squarespace)

PHOTO EMBED

Tue Mar 28 2023 17:45:46 GMT+0000 (Coordinated Universal Time)

Saved by @camikunu14 #css #squarespace

[aria-label="Continue Shopping"] {
  color: transparent !important;
  position: relative;
}

[aria-label="Continue Shopping"]:after {
  color: #000;
  content: 'Shop';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  padding-left: 0%;
}
content_copyCOPY

- Paste this code to Squarespace's custom CSS editor - Change 'Shop' on line 8 to your new text (Ex: Content: 'Back to shop' ;)