• Resolved vananhthang

    (@vananhthang)


    Hi there,

    I want to remove “From your account dashboard you can edit your profile details and edit your password. Not [name]? Sign out” from the dashboard. Please show me how to do this.

    Screenshot: https://ibb.co/KW6R292

    Thank you so much

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I use this for now, with no visible side-effect, but it’s not a long term solution:

    
    .user-registration-MyAccount-content > p {
      display: none;
    }
    

    Hi @vananhthang,

    You can use the way mentioned by @yankiara to hide it using the provided CSS code.
    Or, you can completely remove all the content from the dashboard and display your own content there. For that, you will need the customize my account feature on board. Learn more about it here: https://wpeverest.com/wordpress-plugins/user-registration/customize-my-account/

    Lastly, if you do not want other tabs like edit profile, logout, etc then you can simply replace your shortcode. Use [user_registration_login] instead of [user_registration_my_account].

    Let me know if you have any other questions and I will get back to you.
    Regards!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove “From your account dashboard you can edit your”’ is closed to new replies.