سؤال

I am using the Oslo Site Layout on my site. I need to be able to remove the "Home" link that is currently the "Page Title" in the default homepage. How can I remove this?

هل كانت مفيدة؟

المحلول

Not sure whether you wish to hide the page title or the "Home" from the navigation row, but either way here are the CSS for those:

Hiding the page title:

h1#pageTitle {
display: none;
}

Hiding the "Home" from the navigation row:

ul#zz15_RootAspMenu li:first-child {
display: none;
}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top