Okay
  Public Ticket #1954559
Not viewing team name Corporate 2
Closed

Comments

  • boocles started the conversation

    Hi again! Finishing this web, hope this are the last comments :)

    I'm writing you this time because in the mobile version of the original theme when you step over the each team member you can see their name.

    But in the web I am adapting the name doesn't appear.

    I attached you some images.

    Thanks in advanced!

    Best

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

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .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 

  • boocles replied

    Hi!

    Not exactly what I was looking for, but it works the same, so thank you very much!

    Best,