• Resolved danniee

    (@danniee)


    Hi,

    Another question ?? When activating “profiles”, is there a way to hide/remove the profile button that links to the admin control panel. I don’t want users to have access to that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @danniee

    Please add the following code to Forum -> Appearance -> Custom CSS:

    a.edit-profile-link {
        display: none !important;
    }
    Thread Starter danniee

    (@danniee)

    That worked perfectly! Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide profile button’ is closed to new replies.