-
Author
-
July 2, 2018 at 22:41 #202727lusienParticipant
Good 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 #202776LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 3, 2018 at 21:26 #202823lusienParticipantHi 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
Attachments:
You must be logged in to view attached files.July 4, 2018 at 16:55 #202889LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 6, 2018 at 03:26 #203031LauraModeratorAlways happy to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.