Okay
  Public Ticket #1542737
team member image title
Closed

Comments

  • Albert started the conversation

    Hi! Please, I would like to keep the image title on Team Member Fullscreen Modal (desktop and mobile). I mean the Name and Title Job on the image before the fullscreenModal. I do not need the hover efect, I want to keep the title.

    Really thanks!!

    Albert.


  •  8,467
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .team-member[data-style="bio_fullscreen"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta p {
        transform: translateY(0px) !important;
        -webkit-transform: translateY(0px) !important;
        opacity: 1 !important;
    }

    Thanks


    ThemeNectar Support Team