This topic has 5 replies, 3 voices, and was last updated 11 years by SQadmin.

  • Author
  • #4495
     gideon1210
    Participant

    When a user can edit the profile is there a way of getting rid off the can be seen by anyone text and just have required or not required

    #4535
     SQadmin
    Keymaster

    You can hide it with css:

    COPY CODE
    
    .field-visibility-settings-toggle {display:none}
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #4543
     gideon1210
    Participant

    I added that but it only hides the change text how do you hide the can be seen by anyone text aswell

    #4548
     adam
    Participant

    @gideon1210 this should do it for you:

    .field-visibility-settings-toggle {
    display:none;
    }
    .field-visibility-settings-notoggle {
    display:none;
    }

    #4552
     adam
    Participant

    This removes it from the profile edit, but I’m not sure how to remove it from the registration page. Any ideas?

    #4587
     SQadmin
    Keymaster

    Hi @adam
    The same should apply for the registration form.

    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)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?