Okay
  Public Ticket #3574562
CSS
Closed

Comments

  • Ross started the conversation

    On the Salient Team Member element, I can't figure out how to turn off the Zoom In on hover. Can you please help me disable this? Thanks!

  •  2,723
    Andrew replied

    Hi Ross,

    Thank you for reaching out to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    .team-member[data-style=bio_fullscreen_alt]:hover .team-member-image {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .team-member[data-style=bio_fullscreen_alt]:hover .team-member-image-inner {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related. If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help. 

    Kind regards,