Removing author details from portfolio projects

Hi there

On all project pages the author is displayed.

How can I remove this element?

Thanks

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove author*/
div#primary div.author-bio{
  display:none;
}

Best regards,
Support.

Great thanks very much.

That has worked.

Hi, there

Nice to hear your problem is fixed
Now I will now close the topic and mark it as resolved.
Feel free to contact us again Thanks!