@michaeltcarlson
7 years ago
@eerico
BTW
The CSS file to update is:
public_html/wp-content/themes/YOUR_THEME/style.css
Thanks so much for the solution above. How can I modify the code to apply only to a specific page:
.field-visibility-settings-toggle { display: none !important; } .field-visibility-settings-notoggle { display: none !important; }
In my case, I’d like “This field can be seen by Anyone” removed from the registration page (#371), but still be visible on a users profile, thus giving users some control over the privacy levels of their fields.
Thanks in advance for the assistance.