Okay
  Public Ticket #2563158
Team member name and title
Closed

Comments

  •  16
    Jen started the conversation

    Is there a way to have the team member name and title show all the time not only on hover. I am using the bio modal effect and would only like the arrow to activate on hover

  •  2,965
    Andrew replied

    Hi Jen,

    Use the following custom css:

    .team-member[data-style="bio_fullscreen"] .team-meta h3, .team-member[data-style="bio_fullscreen"] .team-meta p {
        opacity: 1;
    }
    

    Thanks.

  •  8,851
    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):

    .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 

  •  16
    Jen replied

    Thankyou.... Is there any way to make it not sit so low in the panel before the animation?


  •  8,851
    Tahir replied

    Hey,

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

    Thanks


    ThemeNectar Support Team 

  •  16
    Jen replied

    Its down the page

    https://rexobxoc.com/clients/staging/moorgate/about-us/


    or https://rexobxoc.com/clients/staging/moorgate/about-us/#team

    Ideally also I would love the contrast to be better.

    or for the images to have a slight overlay or soemthing


  •  16
    Jen replied

    thankyou