Forum Discussion

elbranscomb's avatar
elbranscomb
Executive
3 years ago

Hiding the option to change email privacy

Has anyone found a way to customize what appears on this page under My Settings.  /user/myprofilepage/tab/user-preferences:privacy Basically, we want to hide the option for a user to change their...
  • Claudius's avatar
    3 years ago

    Hi elbranscomb 

    Congrats on your recent launch of the Strava Community Hub. I love how you branded the community lingo to the sports theme.

    To hide the email privacy setting the following styling should do the trick:

    .MyProfilePage .lia-form-row.lia-form-profile-privacy-email-entry {
        display: none;
    }