remove avatar from post

Hi,
I would like to remove my avatar and bio info from the posts on my page. Please let me know how to do that.

Hello @romanb,

Use this CSS code to hide the author information:

.blog-post-author{
display: none;
}

Regards

Thank you. I tried to copy this css code to style.css but it’s not working.

Hello @romanb,

That seems quite impossible, to be honest :slight_smile:

Can you please provide the website link so I can have a closer look?

Try using a better selector, but it should work like a charm:

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

Regards

the link to my page: http://romanbrcar.si
please take a look and let me know what to do.
Thank you.
Regards

Hello,

I see that you managed to hide the author.

Let me know about it,
Regards