Change “Read More” on Blog Post Squarespace

If you want to change “Read More” on Blog Post Squarespace to another text, you can use this code to Custom CSS box.

a.blog-more-link {
    visibility: hidden;
}
a.blog-more-link:before {
    visibility: visible;
    content: "New text here";
    border-bottom: 1px solid #000;
}

Result