Home Forums Jevelin Theme Unable to hide author profile/name in the blog post Reply To: Unable to hide author profile/name in the blog post

Home Forums Jevelin Theme Unable to hide author profile/name in the blog post Reply To: Unable to hide author profile/name in the blog post

Shufflehound
Moderator

Hi there,

 

Because this option only hides author box.

If you want to remove author name, you can do this with this CSS snippet:

.post-meta-author {
display: none!important;
}

 

Best regards,

Shufflehound team