Options

Keep sitewide nav bar off a couple galleries

DeeRichDeeRich Registered Users Posts: 76 Big grins
edited August 14, 2014 in SmugMug Support
I would love to implement the navigation bar on the site-wide page, but do not want it on a couple galleries, one in particular: http://oursite.smugmug.com/RichardsPixels/Ptosis-Richards/n-CG3Lc

Is there a code to keep the site-wide nav bar off individual galleries...or a folder?

Thanx

DeeRich
www.oursite.smugmug.com

Comments

  • Options
    JohnHeroJohnHero Registered Users Posts: 110 Major grins
    edited August 14, 2014
    To do this, go to the gallery, click CUSTOMIZE > CUSTOMIZE SITE. Under the "All Galleries" section you will see "Make this Gallery Custom". Once the gallery is custom, you will want to add a css content block to your page and add the css below to each of these galleries.
    .sm-page-widget-nav {
       display: none;
    }
    
    John
    SmugMug Support Hero
  • Options
    DeeRichDeeRich Registered Users Posts: 76 Big grins
    edited August 14, 2014
    JohnHero wrote: »
    To do this, go to the gallery, click CUSTOMIZE > CUSTOMIZE SITE. Under the "All Galleries" section you will see "Make this Gallery Custom". Once the gallery is custom, you will want to add a css content block to your page and add the css below to each of these galleries.
    .sm-page-widget-nav {
       display: none;
    }
    


    THANK YOU THANK YOU THANK YOU! This is exactly what I wanted! You are a Hero. clap.gif

    DeeRich
  • Options
    JohnHeroJohnHero Registered Users Posts: 110 Major grins
    edited August 14, 2014
    You are very welcome :D

    If you need anything else, please let us know.
    John
    SmugMug Support Hero
Sign In or Register to comment.