-
Author
-
July 2, 2018 at 22:41 #202727
lusien
ParticipantGood evening,
To access my site all users need to register. Is there a way to remove/hide the options to show profile to “Everyone” and select Privacy to “Public”. These options do not make sense in my case and just confuse users.
Thanks.
July 3, 2018 at 05:06 #202776Laura
ModeratorHello, try by adding this to style.css of child theme
COPY CODE.field-visibility-settings-toggle { display: none !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 3, 2018 at 21:26 #202823lusien
ParticipantHi Laura,
Thanks. However, I do not want to hide the entire fields but only one of the option to be selected.
Privacy: I want to remove the option “Public – Visible to the world”. The other options: Private, Friends and Logged in Users should be visible (see privacy.jpg attached)
Profile visibility: “Everyone” should be removed/hidden from the list of choices. All the other should remain. (see visibility.jpg attached)
Thanks
July 4, 2018 at 16:55 #202889Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODEselect#field_2_visibility option:first-child { display: none !important; }The one for rtmedia does not have a class to be hidden
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 6, 2018 at 03:26 #203031Laura
ModeratorAlways happy to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.