Social Information

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10664
    T4m
    Member

    Hi, I was just wondering if this social information (see attached screen shot) that appears as fields under a users profile in front end and back end is linked with the theme? I’ve tried disabling every plugin I have installed and it still remains so I’m guessing it is? If so is it possible to disable/hide it please?
    Thanks

    #10683
    Veena
    Moderator

    You can hide it using display: none property orelse pls share a link to that page we will provide the custom CSS.

    Thanks

    #10697
    T4m
    Member
    This reply has been marked as private.
    #10704
    Veena
    Moderator

    I am not able to view the page exactly so it will be difficult for me to suggest a custom CSS.
    You can try display: none property.

    #10723
    T4m
    Member
    This reply has been marked as private.
    #10733
    Veena
    Moderator

    Pls use the custom CSS –

    .form-table span.description {
    display: none;
    }
    
    #10740
    T4m
    Member

    Sadly this didn’t work, is there anything else I can try? As this is a feature that I really don’t want on user profiles,
    Thanks,

    #10743
    Veena
    Moderator

    If you don’t want this entire “connect information” table then you can use –

    table.form-table {
    display: none;
    }
    form#bbp-your-profile h3 {
    display: none;
    }
    
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Social Information’ is closed to new replies.