Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disabling avatar/profile links

  • @ryanbeardy

    Participant

    Hi

    I tried searching but couldn’t find a solution.

    Is it possible to disable avatar links to profile pages without editing all the template files?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @kainelabsteam

    Participant

    You can use this CSS:

    #buddypress #item-header-avatar a {
      pointer-events: none !important;
    }

    @ryanbeardy

    Participant

    wow thanks @kainelabsteam
    Never knew that was possible with css

    @kainelabsteam

    Participant

    You’re welcome @ryanbeardy

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar