Hiding author name

Hello,

how can I hide author name under the post title only in a specific category?

Thanks

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Im not sure if its possible t hide author in certain categories but it can be hidden in certain blog posts, let’s check, please provide url of the post
Thanks!
Colorlib Support Team

This is the category url: http://www.timesnewromance.art/category/news/

hey there

Please add this CSS in appearance - customize - additional CSS

.category-news span.author.vcard {
    display: none;
}

Thanks!
Colorlib Support Team

And what if I want to hide the “by” that came before author name?

hi

Please disable “COMING SOON”

Done!

Hi

Ok, please add this code now

.entry-meta {
visibility: hidden;
}
.entry-meta span {
visibility: visible;
}