Home General Discussion

Updating the breadcrumbs in the Customer Portal

Daran_StokesDaran_Stokes Customer IT Monkey ✭

Hi Guys.

I wonder if someone can help... I've created a new homepage which our staff use when login requests with us.

    The custom home page works great but when you link through to a Service Offering you get the breadcrumb links at the top of the page.

      Not a problem, if only the Home option lead back to my new home screen.

      In DOM explorer its telling me:

      Can I change the href=”Listing#/” to be href=”NewHomePage”?

      Has anyone else come across this?

      Answers

      • Tony_CollettTony_Collett Cireson Support Super IT Monkey ✭✭✭✭✭
        Just wondering, does the settings on the Settings Item page for "AnalystHomePage" and "EndUserHomePage" change anything for the redirect function for that?

        If you got the Home Page GUID, does changing those settings change that?

      • Richard_CarterRichard_Carter Customer IT Monkey ✭
        The best solution I found was to add 

        ol.breadcrumb a, ol.breadcrumb a:visited {
          display:none;
        }

        to custom.css and not use the "Home" breadcrumb there.
      Sign In or Register to comment.