-
Author
-
December 6, 2017 at 13:42 #182078UTA userParticipant
Hi there,
How can we hide the articles section (or any other section for that matter) on the profile page? (see attached)
Thanks
Attachments:
You must be logged in to view attached files.December 6, 2017 at 14:30 #182099LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 7, 2017 at 18:52 #182265LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
December 10, 2017 at 06:12 #182519LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.