Author details on portfolio projects

Hi there

Please see:

I’d like to ensure that no author details appear on Portfolio/Project pages.

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

/*hide author on portfolio*/
.single-jetpack-portfolio ul.post-meta, .single-jetpack-portfolio .author-bio{
  display:none;
}{
  display:none;
}

Best regards,
Support.