Post Author
- The topic ‘Post Author’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
We just had a quick question about the theme’s post options. When previewing a post, we see a box that shows the author’s username at the bottom of the post, with an icon next to it. Does that show up on the actual website? If so, is there a way to disable it?
Thank you!
Meagan
The blog I need help with is: (visible only to logged in users)
Hi Megan,
To hide author info under the single post, please add this class to Custom CSS:
.single-post .author-box {
display: none;
}
Thank you,
– Djordje