remove author from post
- The topic ‘remove author from post’ is closed to new replies.
Need help? Check out our Support site, then
I need to keep my name off the site, as I’m just working for the company, but I can’t find the way to remove my name from blog posts. I have that page hidden until I can figure this out.
Thanks for any help and sorry if I missed the info in your other posts.
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
You can add this to the Custom CSS:
span.author.vcard {
display: none;
}
Hope this helps.
All the best,
Ana
Thanks. Worked like a charm.
You are welcome :)