(Squarespace) How to remove URL from Author Box

To remove URL from Author box in Blog Posts.

You can use this code to Custom CSS box.

a.author-website {
    display: none;
}

Result

1 Like