How do I remove Navigate Up icon

Hello, 

I am fairly new with SP and I've been making sub sites and when I use our template that the person made before me, there is a little Navigate Up option that I can't seem to get rid of. Does anyone know how to get rid of this eye sore. 

May 29th, 2015 3:24pm

You've posted in SharePoint 2013, but it looks like you might be using a customized version of 2010, is that accurate?

You should be able to get rid of that with a bit of CSS. I don't have a 2010 farm or I'd find the right code for you myself 

Free Windows Admin Tool Kit Click here and download it now
May 29th, 2015 3:37pm

I'm not 100% sure if the template is 2010, but it I wouldn't doubt it, but I know we're on 2013. I will look into CSS. Thank you.
May 29th, 2015 3:47pm

I just ask because the breadcrumb, as well as nav up icon was removed in OOTB 2013. Perhaps it is a remnant of a template as you suggest.

The CSS should be fairly simple, (not sure how familiar you are) but you can hit F12 in IE and use the DOM explorer to find that element's class or ID, whichever is more effective. Then the code snippet would be similar to:

<style>

#ID{display:none;}

</style>

 

Free Windows Admin Tool Kit Click here and download it now
May 29th, 2015 3:57pm

That helps a ton, thank you very much I will re-post if I find it. 

Thanks!

May 29th, 2015 3:58pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics