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

  • Author
  • #106743
     jazzbuzz
    Participant

    Hi,

     

    I would like to hide the visibility tab under settings in profile.

     

    Tried this:

    li#profile-personal-li.current.selected{

    display:none;

    }

     

    li#profile-personal-li{

    display:none;

     

    First one works but second snippet does not do anything…

    Would you please help me to hide it?

     

    Thank you very much! 🙂

     

    Jasmin

    #106943
     Laura
    Moderator

    Hello, do you mean the edit visibility that appears for each field at the profile?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #106955
     jazzbuzz
    Participant

    Hi,

    no I mean the tab “visibility”. I want to hide it so people cannot change any settings and cannot see the tab at all. I do not want them to know that a tab like this exists.

    Thank you

    #107011
     Laura
    Moderator

    Hello, try this

    COPY CODE
    
    li#profile-personal-li {
        display: none !important;
    }
    

    Let me know 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #107061
     jazzbuzz
    Participant

    Perfect thank you 🙂

    #107149
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
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?