Okay
  Public Ticket #1669250
Team Member Text
Closed

Comments

  •  1
    mmgmt started the conversation

    I have the team sections set up as the modals, as you can see on the top of the homepage, but I would like to make it so you can always see the text so viewers no to click on it (i would still like it to darken when hovered over though). Thanks!

  •  8,999
    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;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    mmgmt replied

    Worked great, thanks!!