Okay
  Public Ticket #1056425
Ken Burns Team Member
Closed

Comments

  •  2
    tcornish started the conversation

    I would like to remove the ken burns effect on the team member image on the team member bio full screen. Please advise.

  •  8,459
    Tahir replied

    Hey Tcornish,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .nectar_team_member_overlay .team_member_image {
        transition: none !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    Thanks


    ThemeNectar Support Team