Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    The easiest way is to hide using CSS and another way is to disable the option Allow to Change Avatar? in the widget.

    Regards,
    Patrik

    Thread Starter Florian Egermann

    (@flegfleg)

    Hi, thanks for th quick answer.

    * “Allow to Change Avatar?” where do i find the option exactly?
    * CSS: can you add a id or class to the image? that would make hiding easier.

    Hi,

    You can try adding the following CSS into Appearance->Customise->Custom CSS and let me know if it helps or not:

    a.uwp-banner-change-icon {
        display: none !important;
    }

    Regards,
    Patrik

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Prevent users from uploading an avatar image’ is closed to new replies.