Hiding login & post ad buttons
I have a situation where I have created a special section on my site where only I can post ads. I've done this by running a separate install of ClassiPress on a subdirectory of my domain in a
WP multisite, this way the "look" of the site is consistent with the main classifieds theme. What I need to do is "hide" the (1) [Join Now] button, (2) [Post an Ad] button, and (3) [login/register options] in the top black header strip (hide everything in this strip would work also). I also need to hide (4) [manage ads] and [edit profile] buttons in the user login box, when they are logged in.
I don't need to delete the functionality, just hide the options from the user so they will not be able to login/post ads to this section, and to eliminate any confusion as to why when they are in this section they don't see ads in their dashboard that they created on the main classifieds section.
How would I do this, obviously need to implement it in my child theme so it's not affected with updates.
Thx!