Hello There,
Thanks for writing in! To resolve your issue and remove the author in the post meta, your code should have work. I have checked your site and there was an invalid custom css code. Please have it updated and use this instead:
.x-portfolio {
background-color: #fff;
}
.author {
display: none;
}
.p-meta > span:first-child {
display: none;
}
We would loved to know if this has work for you. Thank you.