Header and subheader on a page

agspecialtiesagspecialties Registered Users Posts: 146 Major grins
edited August 22, 2014 in SmugMug Customization
Is there a way to change a header and sub header on one page without having it effect my whole site???
When I try to do it, it tells me that I have to do the change through out the whole site. Just not one page.

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 22, 2014
    I added a banner/logo site wide. I had to add specific CSS to remove and add a different one on every specific page.
    There is example of CSS in this thread.
    http://www.dgrin.com/showthread.php?t=239444

    CSS
    rule to remove specific banner/logo everywhere
    rule to remove site wide banner/logo on specific page
    rule to add specific banner/logo to specific page

    I've done this to over 1000 galleries, folders and pages in my "Bird" category ... err ... folders/subfolders/pages/galleries
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • agspecialtiesagspecialties Registered Users Posts: 146 Major grins
    edited August 22, 2014
    Allen wrote: »
    I added a banner/logo site wide. I had to add specific CSS to remove and add a different one on every specific page.
    There is example of CSS in this thread.
    http://www.dgrin.com/showthread.php?t=239444


    Yah I have this site wide, but there is one page that I don't want a header and subheader. I can't figure out how to get rid of the header without it taking it away from the whole site.
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited August 22, 2014
    Yah I have this site wide, but there is one page that I don't want a header and subheader. I can't figure out how to get rid of the header without it taking it away from the whole site.
    Every page has a specific class name in the <body> classes. Red below.

    <body id="yui_3_8_0_1_1408736986620_1788" style="" class="sm-user-pro sm-user-loggedin
    sm-user-owner sm-page sm-page-node sm-page-node-Qdn5K sm-page-gallery sm-page-gallery-album
    sm-page-initialized">

    .sm-page-node-Qdn5K (remove item) {display:none}
    Al - Just a volunteer here having fun
    My Website index | My Blog
Sign In or Register to comment.