Remove author date firm and all from post

Hi there,
I manage 3 Illdy sites.
It’s geat theme!
In the lastone I can’t hide author and other stuff over the post neither the firm with avatar under
.
I tried with this code:
/Remove post date and author name/
.post-meta {
display: none;
}

but it doesn’t work.

Thank you in advance

Hi there,
I have found how to remove theme.
I post the solution.
The right code is:
/Remove post date and author name/
.blog-post-meta {
display: none;
}

For the author below the post is:
/Remove post author clearfix/
.blog-post-author {
display: none;
}

Thank you!

Hi, there

I will close this case now, Feel free to contact us again if you have other questions

Thanks!