Options

removing part of navbar in pages possible?

ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
edited July 27, 2014 in SmugMug Customization
I can't find the thread where a wizard helped me fix this for galleries, but now I have the problem in pages. The navbar needs to show only the page title.. I highlighted in pink the sections I would like to have disappear. Thanks.

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited October 19, 2013
    ChancyRat wrote: »
    I can't find the thread where a wizard helped me fix this for galleries, but now I have the problem in pages. The navbar needs to show only the page title.. I highlighted in pink the sections I would like to have disappear. Thanks.
    See how this works for you.
    .sm-user-ui .sm-breadcrumb-item {
       visibility: hidden;}
    .sm-user-ui .sm-breadcrumb-item h1 {
       visibility: visible;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 21, 2013
    ChancyRat wrote: »
    I can't find the thread where a wizard helped me fix this for galleries, but now I have the problem in pages. The navbar needs to show only the page title.. I highlighted in pink the sections I would like to have disappear. Thanks.

    You do know you can use the dgrin search functions to find the post / code I gave you?
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    leftquarkleftquark Registered Users, Retired Mod Posts: 3,784 Many Grins
    edited October 21, 2013
    You can also try:
    /* Hide everything in the breadcrumb */
    .sm-breadcrumb-item {
      display: none;
    }
    
    /* Display just the current page */
    .sm-breadcrumb-item:last-child {
      display: block !important;
    }
    
    dGrin Afficionado
    Former SmugMug Product Team
    aaron AT aaronmphotography DOT com
    Website: http://www.aaronmphotography.com
    My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
  • Options
    ChancyRatChancyRat Registered Users Posts: 2,141 Major grins
    edited October 22, 2013
    Thanks, will try this code.
    And yes I know I can search for posts but I wasn't able to remember the right keywords, and the thread wasn't showing. Maybe the dialogue we had was in a thread whose subject wasn't relevant...
  • Options
    LinhLinh Registered Users Posts: 68 Big grins
    edited July 27, 2014
    Does anyone know how to do this for just a folder (and its subfolders)?
    vote on the following smugmug feedback:
    CSS Block To Flow Down To Children Folders/Pages/Galleries
    [URL="http://feedback.smugmug.com/forums/17723-smugmug/suggestions/1104583-a-bulk-
    gallery-download-button-for-my-visitors"]bulk download option for clients[/URL]
Sign In or Register to comment.