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

  • Author
  • #182078
     UTA user
    Participant

    Hi there,

    How can we hide the articles section (or any other section for that matter) on the profile page? (see attached)

    Thanks

    #182099
     Laura
    Moderator

    Hello, the articles section is shown because of Social Articles plugin, you can deactivate it or hide it with css, i can help with wp-admin access 🙂 same with the other

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

    Dear Laura,

    Thank you for your reply! Could you send me the css codes to hide/manage the individual icons? Thank you!

    Best,
    Rebecca

    #182265
     Laura
    Moderator

    Hello, here, just add to style.css the ones you want to hide

    COPY CODE
    
    li#articles-personal-li {
        display: none !important;
    }
    li#media-personal-li {
        display: none !important;
    }
    li#forums-personal-li {
        display: none !important;
    }
    li#groups-personal-li {
        display: none !important;
    }
    li#friends-personal-li {
        display: none !important;
    }
    li#blogs-personal-li {
        display: none !important;
    }
    li#xprofile-personal-li {
        display: none !important;
    }
    li#activity-personal-li {
        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
    #182338
     UTA user
    Participant

    Hello, thank you very much. It works for some.

    However “Notifications”, “Messages”, “Articles” and “Settings” still appear.

    See attached

    #182519
     Laura
    Moderator

    Hello, did you try clearing cache?

    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?