-
Author
-
December 6, 2017 at 13:42 #182078
UTA user
ParticipantHi there,
How can we hide the articles section (or any other section for that matter) on the profile page? (see attached)
Thanks
December 6, 2017 at 14:30 #182099Laura
ModeratorHello, 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 solutionDecember 6, 2017 at 16:50 #182125UTA user
ParticipantDear Laura,
Thank you for your reply! Could you send me the css codes to hide/manage the individual icons? Thank you!
Best,
RebeccaDecember 7, 2017 at 18:52 #182265Laura
ModeratorHello, here, just add to style.css the ones you want to hide
COPY CODEli#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 solutionDecember 8, 2017 at 10:03 #182338UTA user
ParticipantHello, thank you very much. It works for some.
However “Notifications”, “Messages”, “Articles” and “Settings” still appear.
See attached
December 10, 2017 at 06:12 #182519Laura
ModeratorHello, 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 -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.