Okay
  Public Ticket #1615710
Team Member | Team Member Style
Closed

Comments

  • thewolfagency started the conversation

    Hoping you can assist with the Team Member style option. Looking to use the "Bio Shown Fullscreen Modal" option for what will eventually be a team group of 10-15 with bios. However, is it possible to have the Name and Job Position details stationary on the team member (rather than scroll over) as with the Meta Overlaid option? 

    Example to the left on the page with Bio and the ideal stationary text in the right-hand column 

    Appreciate any assistance! Thank you 

  •  9,005
    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 {
        opacity: 1 !important;
        text-align: center
    }
    .team-member[data-style="bio_fullscreen"] .team-meta {
        bottom: 40px;
    }

    Thanks


    ThemeNectar Support Team 

  • thewolfagency replied

    Perfect! Thank you so much