Home Forums Total Team Members with no link

  • This topic has 3 replies, 3 voices, and was last updated 7 years ago by Hash.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2529
    Monetleebeauty
    Participant

    I would like to disable my team member’s pictures from going to a new page. I have deleted the details button but I want it to be completely unclickable. Is this possible?

    #2559
    Hash
    Keymaster

    Yes, it is possible. Add the CSS below

    .ht-team-member-image a{
    pointer-events: none;
    }
    #2584
    allona
    Participant

    where to add this CSS so link becomes disable? kindly guide me the path

    #2672
    Hash
    Keymaster

    @allona Go to Appearance -> Customizer
    In the Additional CSS field, add the code at the bottom.

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