This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #52307
     Miriam
    Participant

    Hi together,
    during the registration for new users, I ask them to accept the privacy notes.
    How is it possible to hide this fieldvalue in the profile (for the user himself as well as for other users)? I tried to hide it via CSS (visability: hidden), but then there is a big white space in the middle of my profiles.
    Thanks for help.
    Miriam

    #52346
     sharmstr
    Moderator

    Depends on how you hid it. If you hide the entire dl, then you wont have the gap. For example, lets say I had a field named ‘privacy’. The dl class should be field_privacy. I’d put this in my css to hide it and it will move everything below it up.

    COPY CODE
    
    .profile .field_privacy {
      display: none;
    }
    

    I put .profile before it to ensure it wont hide it in other areas of the site.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?