(Squarespace) How to change read more underline color

To change read more underline color, from this.

To this.

You can use this code to Custom CSS.
You can also use this free blog tool so you can customize blog easier without using code.

`/* readmore underline */
.blog-more-link:after {
    background: #f1f !important;
}`

1 Like