Anyone know how to remove the "Home" text in the page title's breadcrumb?
I've tried .s4-title h2{display:none}, which doesn't remove it. But, actually, I see the "Home" text in both the "h1" and the "h2" tags.
I looked in IE Developer Tools, and I see the "Home" text within this code:
<h1 name="onetidprojectpropertytitle"><span id="ct100_PlaceHolderSiteName_ContentMap"><span><a class="ms-sitemapdirectional" href="/sites/sitecollectionname"> Text - sitecollectiontitle<span> Text - ><span><a class="ms-sitemapdirectional" href="/sites/sitecollectionname/sitename"> Text - sitetitle<span> Text - ><span class="ms-sitemapdirectional"> Text - Home
I want to get rid of that arrow ">" and the "Home" text.
any help would be appreciated. thanks!