Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How to remove the feature image zoom on hover effect in DP team grid

To remove the feature image zoom on hover effect in DP team grid please add the following CSS in Divi Theme Options.

.dipl_team_grid .dipl_team_grid_item:hover .dipl_team_member_image {
    transform: scale(1) !important;
}

Table of Contents