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: ";
}
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: ";
}