This topic has 5 replies, 2 voices, and was last updated 6 years by Laura.

  • Author
  • #202727
     lusien
    Participant

    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.

     

    #202776
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #202823
     lusien
    Participant

    Hi 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.
    #202889
     Laura
    Moderator

    Hello, please try by adding this to style.css of child theme

    COPY CODE
    
    select#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 solution

    Laura 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 🙂

    #202935
     lusien
    Participant

    Hi Laura,

    Thanks it worked.

    Regards,
    Luciana

    #203031
     Laura
    Moderator

    Always 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

    Laura 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 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?