Remove Home Breadcrumb from Galleries

nicepennicepen Registered Users Posts: 2 Beginner grinner
edited March 21, 2017 in SmugMug Support
Hello all,

The home breadcrumb (little house) that is associated with the "Hide Owner" option is redundant and causes unnecessary spacing. I'd like to turn it off but when I set "Hide Owner" to Yes, I also loose the sidebar with all my navigation. Is there a way to remove just the little house and it's spacing while leaving navigation menu's intact?

Comments

  • Steve CaviglianoSteve Cavigliano Super Moderators Posts: 3,599 moderator

    Hi ,
    Add the following code to a CSS content block (All Galleries or Just This Gallery). Then click Done, Done and Publish Now.

    /* Hide the current breadcrumb home button */
    .sm-breadcrumb .sm-fonticon-Home {
    visibility: hidden;
    }

    Cavig :-)

    SmugMug Support Hero
  • nicepennicepen Registered Users Posts: 2 Beginner grinner
    edited March 22, 2017
    Thanks Cavig, that's a huge help. There was still empty space where the breadcrumbs were so I added a couple other items to that code:

    /* Hide the current breadcrumb home button */
    .sm-gallery-cover .sm-gallery-cover-breadcrumbs,
    .sm-breadcrumb .sm-fonticon-Home {
    visibility: hidden;
    }

    However, there is still a spacing issue so I'm gonna look closer at the page layout and see what can be done.

    Best,
    Aaron
  • ButtermakerButtermaker Registered Users Posts: 5 Big grins
    Would love to hear if you ever resolve the spacing issue... I have the same issue.
  • Hikin' MikeHikin' Mike Registered Users Posts: 5,448 Major grins

    @Buttermaker said:
    Would love to hear if you ever resolve the spacing issue... I have the same issue.

    I'm not seeing a breadcrumb on your site.

Sign In or Register to comment.