Disable homepage link in breadcrumb

TallPhotoGuyTallPhotoGuy Registered Users Posts: 160 Major grins
edited May 7, 2014 in SmugMug Customization
Is there a way to disable the return to homepage link in breadcrumbs, i.e. Make the little house icon disabled

Comments

  • Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited May 5, 2014
    I don't think there is a way to disable it, but you can hide it. Although there isn't a way to hide only the first > separator if you choose to go that route.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • RobLoudRobLoud Registered Users Posts: 45 Big grins
    edited May 6, 2014
    you can try this:
    .sm-breadcrumb-item .sm-fonticon-Home {
      display: none !important;
    

    I tried it on my site using Safari and it removes the house at the start of the breadcrumb.

    Hope it's what your looking for
    Robin
  • TallPhotoGuyTallPhotoGuy Registered Users Posts: 160 Major grins
    edited May 6, 2014
    Thanks, it did work, now one more, how about removing the 1st >
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited May 6, 2014
    Thanks, it did work, now one more, how about removing the 1st >
    Try this
    .sm-breadcrumb-item .sm-fonticon-Home {
      display: none !important;}
    
    .sm-breadcrumb-item:nth-child(2) {
      display: none !important;}
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • TallPhotoGuyTallPhotoGuy Registered Users Posts: 160 Major grins
    edited May 7, 2014
    Thanks. The site is at http://hewitt.smugmug.com/Soldiers. I did the change on the first page and if you drill down thru Players folder I did the first 3 Player galleries. The site is pretty simple, Games and Players photos. What I am trying to do is keep http://hewitt.smugmug.com/Soldiers separate from the rest of http://hewitt.smugmug.com. One option was changing the bread crumb or not having it at al and using a menu selection. Comments on the Soldiers folder portion. This is not a commercial site, just a fun for the team site
Sign In or Register to comment.