Options

Removing "Home" On breadcrumb

oceanthrstyoceanthrsty Registered Users Posts: 134 Major grins
edited August 28, 2013 in SmugMug Customization
Is there anyway to remove the "home" icon and just leave the name of the folder they are in?

Comments

  • Options
    aschendelaschendel Registered Users Posts: 283 Major grins
    edited August 16, 2013
    This might get you close
    /* breadcrumbs */
    .sm-breadcrumb .sm-fonticon-Home
    {
      display:none;
    }
    
    .sm-breadcrumb .sm-breadcrumb-separator:nth-child(2)
    {
      display:none;
    }
    

    Andy
  • Options
    aerialphotoaerialphoto Registered Users Posts: 299 Major grins
    edited August 21, 2013
    That removed the icon - not quite what the original poster wanted, but just what I wanted. Thanks!
  • Options
    bazancikbazancik Registered Users Posts: 33 Big grins
    edited August 28, 2013
    similar question: I want to remove one of the the top folders (two at that level) from my breadcrumb (currently called SM-Folders) and display the rest of the path to the subfolders / galleries. Any way to get this done?
Sign In or Register to comment.