Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #52698
    @ayatango

    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?

    Answers

    #52779

    Anonymous
    @

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘hide a page’ is closed to new replies.