How to hide View All Site Content
Add below script in CEWP.
<script type="text/javascript"> var returnVar = document.getElementById("ctl00_PlaceHolderLeftNavBar_idNavLinkViewAll"); returnVar.style.visibility = "hidden"; </script>
You can use SPSecurity trimmed control around view all site content in site actions of master page