The easiest way to temporarily hide a sub nav item in the main menu and side bar on the interior pages is to use a css selector in the appearance > customize > additional css section and add this code:
[title="Hire a Scholar"]{
display:none;
}

The easiest way to temporarily hide a sub nav item in the main menu and side bar on the interior pages is to use a css selector in the appearance > customize > additional css section and add this code:
[title="Hire a Scholar"]{
display:none;
}
