How to hide post autor and "Published" ?
-
Hi,
How can I hide post author and “published” on the post page?
Attachments:
You must be
logged in to view attached files.
Hello,
The best way to hide only the author and the “Published” message of the post is to use custom CSS code. Please, enter the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.blog-post-loop .entry-meta-list .meta-author {
display: none;
}
Don’t hesitate to reach out if you have any more questions or concerns. We’re thankful that you took the time to share your concerns with us.
Best of Luck,
Kind Regards
I am using already css that u sent, but it does not hide info on the Post page.
WHen you open a post to read, you can still see it on the top, as I sent screenshot.
Hello,
Sorry for the slight misunderstanding.
I advise you to replace the old custom CSS code that hides the “author” and “Published” information with this one. The below code is suitable for hiding these fields in the single and blog pages.
.blog-post-loop .entry-meta-list .meta-author,
.single-post .post-single-page .meta-author {
display: none;
}
https://gyazo.com/8bf6491defe3c17e6d783992e5dfb37a
https://gyazo.com/4f30aec649a4aba843efdb45a31ca047
Let me know if you have any questions, I’d be happy to answer them.
Thanks for your time and have a great day.
Kind Regards
Hello,
If there is ever anything we can do, please feel free to reach out to me anytime when you have anything more to say.
All the Best,
Kind Regards
The topic ‘How to hide post autor and "Published" ?’ is closed to new replies.