I there a way to hide items like forum, friends, messages etc... on the profile page for both student and instructors.
Thanks
<p style="box-sizing: border-box; margin: 0px 0px 20px; color: #888888; font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;"></p>
Please try adding the given css from wp-admin -> appearance -> customize -> custom css :
li#forums-personal-li {
display: none;
}
li#friends-personal-li {
display: none;
}
li#messages-personal-li {
display: none;
}
That worked perfectly. Thank you for your help.
Keep up the great support.
Marking as resolved and closing the topic .