How to hide author and the word Published for news?
-
Hi,
I would like to hide information who published the post and the word “Published”
Can you please recommend how to do it?
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;
}
If you have any more questions or come across any other issue, let me know, I’ll be happy to help.
Thanks for your time and have a great day.
Cheers,
Kind Regards