How to remove description from Team widget in Zelle

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!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us