Okay
  Public Ticket #3074766
Team Member Modal zoom
Closed

Comments

  •  10
    nox28w started the conversation

    Hello, is it posible to disable ken burnst zoom efect on image on right side when team member modal is opened?

  •  8,839
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   nox28w replied privately
  •  8,839
    Tahir replied

    On which page can i find the Team Member Page Element ?. 


    ThemeNectar Support Team 

  •  10
    nox28w replied

    Exactly on this page, just click zjistit vice please

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team