How can I disable the link to a TEAM member

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #862495
    Marco Valize
    Participant

    Hello sirs,

    Is there anything I can add to the team shortcode to remove the link to the individual team members?

    #907274
    J. Davis
    Keymaster

    Hi Marco,

    Thank you for your question. There is not a parameter to disable link for team post types. You may try to add the style bellow to Appearance > Customize > Additional CSS in order to disable links:

    .team-wrapper article{
      pointer-events:none;
    }

    Otherwise you may use Image Box widget to add a team member and not link it.

    I’d highly appreciate if you review Campterra theme https://motopress.com/products/campterra/#reviews

    best regards,
    J. Davis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.