(Squarespace) Remove Author from a specific blog post

To remove Author from a specific blog post.

#1. You can find Blog Post ID.

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

#item-6721a50d7213ea343e4afe5d {
    .blog-meta-item--author {
        display: none;
    }
    time:after {
        display: none;
    }
}

#3. Result

1 Like