Hiding field label on public profile view
-
I have a YouTube video field on my member’s profile page that they can add. When visitors view their profile, they can see the video but also the label which doesn’t look good. I can’t figure out how to hide this label only when viewing the profile, but keep it visible when editing the profile (so the user knows what this field is).
I have this CSS and reference it in the form section, but obviously this hides the label from everywhere, including while editing the profile.
.my-um-video .um-field-label {
display: none !important;
}Profile Edit: Screenshot 2024-04-11 142555.png
Profile View: Screenshot 2024-04-11 142626.pngThe page I need help with: [log in to see the link]
- The topic ‘Hiding field label on public profile view’ is closed to new replies.