Remove some of the Edit Account Settings dropdowns

This topic contains 2 replies, has 2 voices, and was last updated by  gowrann 4 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #8154

    gowrann
    Free User
    Post count: 39

    Hi,

    How do you remove some of the Account Settings > dropdown page options?

      Notifications
      Privacy
      Delete Account
    #8156

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    .uwp-account-delete-account {display: none !important;}
    .uwp-account-notifications {display: none !important;}
    .uwp-account-privacy {display: none !important;}

    Thanks

    #8157

    gowrann
    Free User
    Post count: 39

    Ok thanks, thought there might be a filter – but CSS is OK – also to get rid of the toggle icon dropdown I used…

    
    #account_settings::after{
    	content: none;
    }
Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket