Okay
  Public Ticket #3164822
Team member text overlays
Closed

Comments

  •  4
    Simon started the conversation

    Hi there, i want to display a grid of logo's using the full width team grid. However I don't want any click throughs to team members or text overlays when hovering over each image. 

    I have deleted the name text field but it still says 'name' when rolled over and it clicks through to team member page overlay page on mobile. 

    Could you please advise on what I can do. 

    Many thanks

  •  1,877
    Judith replied

    Hi Simon,

    Thanks for keeping in touch.

    Please try this css:

    .team-member[data-style=meta_overlaid_alt] {
        pointer-events: none;
    }

    Thanks.

  •  4
    Simon replied

    Hi Judith, 

    Thanks so much for getting back to me. I have never updated the CSS before could you please tell be how I do this? 

    Many thanks
    Simon 

  •  1,877
    Judith replied

    Hi Simon,

    Please add the CSS here: Salient > General Settings > CSS/Script Related:

    9331196810.png

    Thanks.

  •  4
    Simon replied

    Thanks so much Judith all sorted now!