Remove "Home" text in page title

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!

http://community.spiceworks.com/topic/407919-step-by-step-on-removing-page-title-in-sharepoint-2013
    Click the gear in the upper-right corner
Select Site Settings
Under Look and Feel, select Title, description, and logo
Delete the text in the Title: box
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e5fbdd39-fb64-4db4-907a-63afa89b5462/remove-title-from-sharepoint-site?forum=sharepointcustomizationlegacy
If you are only wanting to remove it from a single page you can add a "Content Editor Web Part"  to the page.   Then change the Layout properties of the Content Editor Web Part to  hidden. 
Using the Source Editor for that webpart you can paste the following code:
<style>
.ms-globalTitleArea {
display:none;
</style>
This will hide that entire area.  If you still would like to have the search bar available you will want to paste in this instead:
<style>
.ms-sitetitle {
display:none;
</style>
This will only hide the title and will leave the search visible.
http://amalhashim.wordpress.com/2013/12/04/sharepoint-2013-hide-page-title/
<script type="text/javascript">
function hidePageTitle() {
var elem = document.getElementById('pageTitle');
elem.style.display = 'block';
_spBodyOnLoadFunctionNames.push("hidePageTitle");
</script>
If this helped you resolve your issue, please mark it Answered

Similar Messages

  • How do you make the title bar display different text than the page title?

    I'm looking for a way for the title bar display of my web page to be different than the text in the actual nav bar created by iWeb. For instance, I'd like the nav bar to just say Home for my main page, but in the title bar in the browser say "blah blah blah."
    I know there has to be a way to do this. iWeb has actually done it on one page already, but I can't figure out how. I think it picked up the title bar text from the first text box in the page. For instance, the page name in the navigation bar is "blahs for today" but the browser title bar when you open that page says "blah blah," which happens to be the first line of text on the page. The page title in iWeb.app, though, is "blahs for today." But if I look at the source code it lists title as "blah blah."
    I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar as the very first thing on the page, and hope iWeb makes that the title bar text. I'd rather have a more correct way of doing it.
    Is there a way of doing this in the source code without having to change a lot of stuff?
    Thanks for any help.

    Richard Kirkman1 wrote:
    I think it picked up the title bar text from the first text box in the page. (...) I'm guessing I might be able to work around by making an invisible text box with the text that I want in the title bar...
    Richard ~ The key is the default Title box that iWeb creates for every new page — it's that which you need to edit, not another text box you've created. And to make the text in that Title box invisible, see here.

  • How to remove a text in browser: Some plug ins used by this page are out of date

    How to remove a text in browser: Some plug ins used by this page are out of date. It occur in every page when I surfing. I am aware that is a threat but when I tried to install an update of flash the userinit.dll file from windows registry had gone and I had to reset everything.

    a error during the flash update might be itself an indication of malware active on the pc. the browser is your door to the web - therefore it's very important to keep it and all plugins up to date in order to keep your pc & the integrity of your personal data safe.
    [https://www.mozilla.org/plugincheck/]

  • How can i remove the page title above the File,Edit,View,History,Bookmark tab?

    how can i remove the page title above the File,Edit,View,History,Bookmark tab in firefox

    In Firefox 29 and Firefox 30:
    "3-bar" menu button > Customize
    In the lower left, click the Title Bar button to switch the title on and off.
    In Firefox 28, I actually can't remember!
    I would be remiss if I didn't remind you:
    * Firefox 28 is not secure: Mozilla has disclosed its [https://www.mozilla.org/security/known-vulnerabilities/firefox.html known security flaws].
    * You can modify Firefox 30 to restore many of the UI features of earlier versions of Firefox using the techniques in the following article (and/or with assistance from forum volunteers): [[How to make the new Firefox look like the old Firefox]].

  • How to remove/hide webpart page title

    I have a team site.  All pages are stored in Site Pages.  I added a webpart page called test1.  When I go to the page, I see "test1" to the right of the site icon on the top left side of the page.  How can I remove it or hide
    it?  I read somewhere that I should go to the document library that holds this page and under properties, edit webpart in maintenence view and make sure that "Webpart page title bar" in the column Open on Page says "No".  I did
    that and the name of the page still shows up. 
    Also, why is it that when I create a new webpart page I can only enter the value for "Name"?  Where do I go to enter the value for "Title" if I want the title of the page to be different than the file name (i.e. what shows up in
    the URL)?
    thanks,

    hi,
    You can set the WebPart cromeType to the below following values.
    to have no titel it set it to None or Border only.
    BorderOnly A border only, without a title bar.
    Default A border setting inherited from the part control's containing zone.
    None No border and no title bar.
    TitleAndBorder A title bar and a border.
    TitleOnly A title bar only, without a border.
    Member name
    Description
    BorderOnly
    A border only, without a title bar.
    Default
    A border setting inherited from the part control's containing zone.
    None
    No border and no title bar.
    TitleAndBorder
    A title bar and a border.
    TitleOnly
    A title bar only, without a border.
    Member name
    Description
    BorderOnly
    A border only, without a title bar.
    Default
    A border setting inherited from the part control's containing zone.
    None
    No border and no title bar.
    TitleAndBorder
    A title bar and a border.
    TitleOnly
    A title bar only, without a border.
    Member name
    Description
    BorderOnly
    A border only, without a title bar.
    Default
    A border setting inherited from the part control's containing zone.
    None
    No border and no title bar.
    TitleAndBorder
    A title bar and a border.
    TitleOnly
    A title bar only, without a border.
    Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

  • Page Title showing up as 'home' in google

    Hello,
    In the metadatafield: 'Page title' I called the page 'beeldbewerking', but in Google Search the
    Page Title is showing up as 'home'.
    What's going wrong?
    Anyone???
    Han

    If you publish your site to the web, then google crawls your page, then you update your page(say, changing your page title), google will show the info they gathered the last time they crawled your page.
    You can wait a few days for google to crawl your page again, or you can try requesting a new crawl:
    http://support.google.com/webmasters/bin/answer.py?hl=en&answer=1352276

  • Can we change Page Title text size

    Hi,
    Is it possible to increase the text size of page Title text? Or any alternative to display big size text in that place?
    Regards,
    Ram

    Not sure what exactly are you looking for, but probably adding an image of horizontal line might solve your issue.
    --Shiv                                                                                                                                                                                                                                                       

  • Chapter Title & Introduction text from Pages?

    Hi,
    I designed a chapter layout in iBooks Author. But I can't seem to figure out how to get the Chapter Introduction text and Chapter title text from my Pages document into Author.
    I've created and applied style sheets within Pages and dragged the document into Author. But all of that text is displayed in a page after the chapter page instead of within it.
    And if I go to the first chapter in Author, the text isn't editable. I could delete these text boxes in layout mode, and do every chapter manually. But is it possible for Author to insert text into the corresponding text boxes based on a style sheet?
    Has anyone been able to do this?
    Thanks!

    John,
    I have not tried this, but you could try creating a master page for the first page in the chapter. Put two frames on the master page BOTH with the flow set to A. Position the first frame where you want the title to be and position the second frame where you want the text to begin. Set the paragraph tag for the title to have no space following. Set the paragraph tag for the FIRST paragraph of the text to Keep X rows together. With X set large enough, FrameMaker would not have room to put the first paragraph in the upper frame, so it will push it to the next frame. If this works, you can even go back to your original side head format for the title. You just have to make sure the top frame is large enough to hold all titles, so that a title does not leak to the second frame.
    Van

  • Recieved 404 error after removing "home" from page hierarchy

    I am using JDeveloper 11.1.1.6.0 and I beleive it is WebCenter SP5.
    I am encountering a 404 page when I run an application after I try removing the entry for "home" from the page hierarchy. I also receive the error even if I undo the change in the pages.xml and restore home. I get this in brand new projects as well by following these steps:
    -Create a new WebCenter Portal Framework application
    -Open up pages.xml
    -Delete the "home" entry
    -Save
    -Ctrl+z to undo the deletion of the entry
    -Save
    -Run
    -Recieve 404 after index.html attempts to have the redirect to its default "./faces/wcnav_defaultSelection"
    I am assuming some other files are being modified but I cannot figure out what is going on. I also cannot find any information on how the application determines where to go with the "wcnav_defaultSelection" redirect. Is anyone able to assist with this?

    Hi,
    May I suggest that you enable TRACE logging for oracle.webcenter.portalframework.sitestructure and see what the logs say?
    Also, adding the home page back to page hierarchy (via drag-drop) does not throw the error. It's only when you perform an Undo that the error occurs.
    On further analysis, on "Undo" the home page definition does not get back some of the attributes - the page_parent parameter and the permissions section.
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:07 AM
    Edited by: Bijesh Krishnadas on Oct 22, 2012 10:15 AM

  • Change SSRS "Displayed Page Title" to other than "Home - Report Manager" in top left corner of Browser

    Hi,
    I'm trying to figure how to change the actual page title that is displayed in the top left corner of the Browser
    "Home - Report Manager" to something more meaningful to my company, so that when a user bookmark the page it will pickup the title from there.
    According to the default Link:  /Reports/Pages/Folder.aspx?ViewMode=List    I opened up
    Folder.aspx, and all I see is a reference to Folder.aspx.cs,  I could not locate this file and I'm not sure if there is where I can change the title.  
    I can change the Site Title by clicking on the "Site Setting" link but this does not allow the change of the Page Title that is on the top left corner of the browser.
    Thanks for your help in advance.

    Hi Chillette,
    In Reporting Services 2008 R2 or later, if we add a bookmark for a folder or report on report manager, the title of the site will display as folder name-Report Manger or report name-Report Manager. In Reporting Services 2008 or earlier, it will display as
    Report-Manager only. We can rename the title of the site manually after we add the bookmark.
    So in your scenario, you can update the report server to SQL Server Reporting Services 2008 R2 or rename the title of the site manually after we add the bookmark.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    Charlie Liao
    TechNet Community Support

  • To replace the Text like "History,Back" with Images in Page Title bar

    Hi All,
    My requirement is to change the Text like "History,Back Forward" Texts with the Images in the Page Title bar.Under theme editor I dont have an option to replace with Image.
    I checked with the com.sap.portal.navigation.pagetoolbar.par file.I am not getting exactly where to replace the Text with Images.
    Please let me know if I am referring to the correct par file and where to make changes.
    Regards
    Akshaya
    Edited by: Akshaya Bhat on Jun 9, 2009 2:58 PM

    Hi,
    It depends if the WDJ application has made another navigation.
    History saves any navigations made by the user (TLN/DTN,etc) or navigation done by applications in code (wdDoNavigate, EPCM.doNavigate).
    So it can go back to previous view , or previous iview the user was at...
    Regards,
    Tal.

  • @Home text in widget

    please help me figure out which app writes  that @Home in widget? Thanks
    and what that means?
    BTW: Sorry wrong section
    Nokia Please Help N9 live!
    Please Fix:
    Browser Downloads
    Video Call
    Voice Deal
    Fm Radio
    Attachments:
    Scr000003.jpg ‏77 KB

    http://community.spiceworks.com/topic/407919-step-by-step-on-removing-page-title-in-sharepoint-2013
        Click the gear in the upper-right corner
    Select Site Settings
    Under Look and Feel, select Title, description, and logo
    Delete the text in the Title: box
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/e5fbdd39-fb64-4db4-907a-63afa89b5462/remove-title-from-sharepoint-site?forum=sharepointcustomizationlegacy
    If you are only wanting to remove it from a single page you can add a "Content Editor Web Part"  to the page.   Then change the Layout properties of the Content Editor Web Part to  hidden. 
    Using the Source Editor for that webpart you can paste the following code:
    <style>
    .ms-globalTitleArea {
    display:none;
    </style>
    This will hide that entire area.  If you still would like to have the search bar available you will want to paste in this instead:
    <style>
    .ms-sitetitle {
    display:none;
    </style>
    This will only hide the title and will leave the search visible.
    http://amalhashim.wordpress.com/2013/12/04/sharepoint-2013-hide-page-title/
    <script type="text/javascript">
    function hidePageTitle() {
    var elem = document.getElementById('pageTitle');
    elem.style.display = 'block';
    _spBodyOnLoadFunctionNames.push("hidePageTitle");
    </script>
    If this helped you resolve your issue, please mark it Answered

  • Muse crashes during copy & paste of page title in page properties

    Copying and pasting a page title from one page to another, causes a crash on the second or third paste.

    Hi Zak,
    Thanks so much for the reply. Here are the answers:
    Where was the text originally copied from?The text was manually typed into the Page Title field in Page properties, then copied from there into the same field for other pages
    Is the text pasted and then editing?Yes. The original line is 'Kingsdown Holiday Homes - Self Catering Chalet Rental at Kingsdown Park, Kent | Chalet 1b', and after pasting I change the Chalet number or words after the '|'
    Is this referring to the Page Title in the Options section of the Page Properties dialog?I am accessing the page properties through CTRL-Click on each page, from the Plan view
    How was the Page Properties dialog opened (from Page menu, from context menu in Plan view, from context menu in Design view, other)?See above
    All the best,
    Andrew

  • Page title on Discussion lists

    Hello,
    I'm trying to update "Subject" field on a discussion list with a workflow and because of this I have set the Subject field to hidden since its not required for the user to fill in.
    This works great. and my workflow also updates the subject.
    However if I look a little closer I notice that the "Page Title" is not updated if the Subject isn't filled in when creating a new discussion.
    So. To test this I have simply removed the requiremnt of the subject column and created 2 discussions:
    1. Here I have filled in "Subject" field when discussion was created (like normally) and all looks good:
    2. Here I have have not filled in Subject field when the discussion was created - However I did fill in something when editing the discussion afterwards (just like my workflow would I guess)
    So.. Do anyone have any idea if this is a simple bug or any suggestions to a workaround?
    Thank you very much for your time.

    Hi  Jan,
    According to your description, I can reproduce your scenario.Here are my actions in my workflow :
    1.  Add Extract Substring of String from Index with Length action :
    Copy from Current Item: Body (Return field as: Plain Text), starting at  0  for 32  Characters (Output to Variable: substring)
    2.  Add Set Field in Current Item  action:
    then  Set Subject  to Variable: substring (Return field as: Plain Text)
    The  issue is caused by  delayed Workflow.  When a user  create a discussion , the discussion item is created firstly , the subject column is
    set to “no title“ , the page title also is set to “no title” and meanwhile the workflow is starting, then the workflow set the subject column to a value you want. But the page tile is not  changed after created. So the  Page title would be “no title”.
    For a workaround, you can create an event  receiver   using ItemAdding method
    for your discussion board.
    For more information, you can refer to these articles:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spfieldmultilinetext.getfieldvalueastext.aspx
    http://msdn.microsoft.com/en-us/library/gg749858(v=office.14).aspx
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • Webauth redirection page title

    Hi,
    We are using webauth on an external web server. The controller redirects clients to this external web server successfully and the authentication process is working fine.
    However, during the redirection process the following message appears as a page title:
    "Cisco Systems Inc. Web Authentication Redirect"
    for sometime and then disappears when the login page opens. (see attached sample snapshot)
    As I understand, this temporary page is login.html which is on the controller flash.
    How do we remove this message and redirect the client to the login page without showing this message?

    HI,
    Currently there is no way to remove that as the client traffic will hit the WLC first and then go to the external web server.  You could use a custom web auth bundle on the WLC itself where you have full control over the web page on the WLC and change that text.
    Thanks,
    Lee

Maybe you are looking for

  • Can't use updater; iTunes does not open when I plug in myiPod nano

    I am not a cdomputer wizard, so please don't get too technical with your answers. I just received an iPod nano 4GB and installed the software CD; I plugged the nano in using the USB cord but iTunes did not open.I tried doing the updater (9/05) but th

  • Mavericks upgrade from Snow Leopard broke boot camp. Help!

    Since Apple made the newest version of OS X free, I decided to upgrade my 2010 MacBookPro from Snow Leopard. The installation seemed to go fine, but after the installation, I can't boot into my Bootcamp / Windows partition. From what I have read so f

  • Verlinkung PDF's

    Ich habe eine Menge pdf-Files welche miteinander verschachtelt sind. (Hyperlinks von einem Pdf zum nächsten) Diese Files sind in einer Datenbank gespeichert. Jetzt hat sich leider an den Pfaden irgend etwas geändert und daher werden die Pfade der Lin

  • How to enable JAAS with jdeveloper

    hi all, I start reading about JAAS and previously i developed an web application and now i want to implement XML based JAAS in it i searched different articles which shows JAAS with DB support, can any one mention any good article with baby steps for

  • Spacing between characters too large when using line justification !!!!

    Dear friends, Since the first time when I have used Pages I noticed a somewhat annoying feature: Sometimes when I use line justification (left and right) the spacing between the characters increase substantially. Sometimes the spacing is ridiculously