Okay
  Public Ticket #1086993
Remove hover meta
Closed

Comments

  •  2
    nextenergy started the conversation

    I would like to know how to remove the meta on hover with the included link. But maintain the data on the "Bio full screen modal"

    Thanks - great theme!

  •  8,999
    Tahir replied

    Hey Khofman,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .team-member[data-style="bio_fullscreen"] .team-meta h3 {
        display: none!important;
    }
    .team-member[data-style="bio_fullscreen"] .team-meta p {
        display: none!important;
    }

    Thanks


    ThemeNectar Support Team