• Resolved oliverhees

    (@oliverhees)


    Hello,

    i have a big Problem.
    I must remove the Links from Avatar and Activity Header in Groups.

    Over widgets it gives no function for remove links.

    Have a code or snippet that i can use?

    Thanks for help!

Viewing 1 replies (of 1 total)
  • Plugin Support john

    (@johnweru)

    Hey there,

    Thanks for reaching out to us.

    In relation to your question here, please add the following CSS codes within the Appearance > Customize > Additional CSS section:

    .groups #item-header-avatar {
        pointer-events: none;
    }
    .groups .activity-avatar.item-avatar {
        pointer-events: none;
    }
    .groups .activity-header p a {
        pointer-events: none;
    }

    I hope this helps.

    Kind Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Links from Avatar and Username in Groups’ is closed to new replies.