(Squarespace) How to change blog post author text color

To change blog post author text 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.

div.blog-item-author-profile-wrapper * {
    color: #f1f !important;
}

1 Like