How-to and Troubleshooting
4
Posts
2
Users
0
Reactions
190
Views
Apr 19, 2025 6:13 pm
Sorry couldn't find this question in here anywhere: how can I turn off or adjust which social media options are available in user profiles? Thank you.
3 Replies
Apr 20, 2025 1:21 am
OK I did some more searching and someone had put this custom code in here which works for all of the Social Network fields I want to remove EXCEPT for VKontakte. Any ideas on that one? Why I can't remove it with this code (exchange 'skype' for whatever title you want to remove, such as VKontakte):
.wpf-field-type-text.wpf-field-name-skype {
display: none !important;
}
Apr 21, 2025 6:59 pm
Thank you, very helpful. I also hadn't thought about the Password field, so I removed that too since this is part of a larger membership site for me!