• Resolved proletix

    (@proletix)


    Hello.

    Short question:
    On the PROFILE page, next to the user name, there is a button (class = “fas fa-pencil-alt fa-fw fa-lg”) to edit the profile in the ACCOUNT. I would like to disable this button. Is that possible?

    Thank you very much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter proletix

    (@proletix)

    did it myself …

    Plugin Contributor Paolo

    (@paoltaia)

    Hi,

    that could be done with CSS or modifying the PHP template. What route did you take?

    Thanks for letting us know that you managed to do it on your own.

    Cheers,

    Thread Starter proletix

    (@proletix)

    With custom CSS in theme customizer.

    .uwp_widget_profile .mt-n1 {
    display: none !important;
    }

    No idea if this is the most elegant solution but it works 🙂

    Plugin Contributor Paolo

    (@paoltaia)

    Excellent, I would have suggested that approach too.

    Cheers

    • This reply was modified 2 years, 1 month ago by Paolo.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I deactivate the EDIT button on the profile page?’ is closed to new replies.