- This topic has 1 reply, 2 contibutors, and was last updated 8 years, 12 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Question
Answers
Viewing 2 posts - 1 through 2 (of 2 total)
- The question ‘hide a page’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › hide a page
Hi,
I would like to hide the Forums page from:
1. user dropdown menu
2. profile page menu
(i put red shapes in the attached image)
How can I do this?
Hi @ayatango, Please add this css codes to custom css file
li#wp-admin-bar-my-account-forums.menupop {
display: none !important;
}
li#forums-personal-li {
display: none !important;
}
Regards
Pallavi