• The Account page is good enough for what we need. I do NOT want the user to go into a User page (which they get to by linking on their blank avatar). I need a way to either remove the avatar from the Account page or disable the link so users cannot get as far as the User page.

Viewing 1 replies (of 1 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @mamabird31,

    You can use this CSS to hide user image on the Account page.
    .um-account-meta-img {
    display: none!important;
    }

    Please insert this CSS to your theme custom CSS section or to the Ultimate member -> Settings -> Appearance -> Custom CSS, if you don’t see this section you have to enable custom CSS in Ultimate member -> Settings -> Advanced.

    Regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Delete the user page’ is closed to new replies.