How to remove description from Team widget in Zelle
Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.
Zelle shows your team member's description in a nice overlay. If you don't want to display this overlay then you can add the following CSS to your WordPress, using Advanced CSS Editor plugin:
.team-member:hover .details { opacity: 0 !important; }
Publish the changes, and you're good to go!