(Squarespace) Change "view options" to another text in Shop Page

To change “view options” to another text in Shop Page.

You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or email me.

span.sqs-view-options-button-inner {
  font-size: 0px;
}
span.sqs-view-options-button-inner:before {
    content: "Shop Now";
    font-size: 20px;
}

Result

1 Like