(Squarespace) Change read more link underline color

To change read more link underline color.

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

a.blog-more-link {
    background-image: linear-gradient(red,red) !important;
}

Result

1 Like