Team Showcase - Can you only show photos for leadership?

I’m using the Team Showcase. We only want to show photos of our leadership team, because other staff don’t want their photos on the website. Is there an easy way to hide photos in other groups?

Thanks!

Hi there, @Mike_Gregory and welcome to the Community :waving_hand:

You want to show Leadership members with photos and the other groups should have member cards without photos (just name, contact details, etc), am I right?

If so, the best and only solution in this case is not to upload photos for these members. If I misunderstood your idea, please describe your use case in more detail :slightly_smiling_face:

Thanks, Max. What I would like is for non-Leadership folks to have no image at all. If I don’t upload photos, it displays the generic silhouette. Is there an easy way not to display this?

Got it, thanks!

Please add this code to the Custom CSS field on the Style tab of your widget’s settings and let me know if it helped :slightly_smiling_face:

/* Hide photos in all groups */
.eapp-team-showcase-member-card-grid-photoContainer {
  display: none !important;
}

/* Show photos only in the first group, Leadership Team */
div:has(> .eapp-team-showcase-group-title):first-of-type 
.eapp-team-showcase-member-card-grid-photoContainer {
  display: block !important;
}

Note: This solution works only for the 1st widget layout. If you change the layout, we’ll need to adjust the code.

Perfect! Thanks so much.

No sweat!

If anything else comes up, we’ll be happy to assist :wink:

Something else came up! Can I also disable the popup for every group other than Leadership? Thanks!

Sure, I’ve forwarded your request to the devs and will let you know once the solution is ready :slightly_smiling_face:

Thanks so much!

Actually, once I delete text out of their bio, it seems to disable the popup. So, I think I’m all set!

Oh, you’re absolutely right, sorry for the oversight!

No worries. You folks are awesome. I continue to be very impressed by how fast you solve problems!

A huge thank you for your kind words, we really appreciate it :smiling_face: