(Squarespace) Add text before Blog Author

To add a text before Author Name in Blog Post, you can use this code to Website > Website Tools > Custom CSS

span.author-name:before {
    content: "Author: ";
}

image

2 Likes