simplyGD I want Hide My Photos/Member albums option
You can open file: /components/com_community/templates/jomsocial/layouts/album/list.php
Comment or remove this:
<div>
<?php echo $submenu; ?>
</div>
simplyGD I want hide menu with options Latest,..etc
Try this custom css to hide it:
.jomsocial-wrapper.cPhotos .joms-page .joms-tab__content .joms-select--wrapper {
display: none;
}