Options

Can I remove header and footer from a single gallery?

DownhilltruckerDownhilltrucker Registered Users Posts: 10 Big grins

Looking for some help, I have a gallery that I share with another company's website so I changed it to a single customizable gallery with it's own theme. I can't find a way to remove the fheader and the footer though? I want to leave the header and the footer on all pages except this one: https://www.smugmug.com/gallery/n-Ls5BWr/

Thanks for any help.

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited October 1, 2023

    Maybe something like this.

    .sm-page-node-Ls5BWr .sm-page-layout-region-header, 
    .sm-page-node-Ls5BWr .sm-page-layout-region-footer {display:none}
    

    Note: looks like it didn't include "back to top'. That would need to be fixed.

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    DownhilltruckerDownhilltrucker Registered Users Posts: 10 Big grins

    @Allen said:
    Maybe something like this.

    .sm-page-node-Ls5BWr .sm-page-layout-region-header, 
    .sm-page-node-Ls5BWr .sm-page-layout-region-footer {display:none}
    

    Note: looks like it didn't include "back to top'. That would need to be fixed.

    Thanks! Where would I add this code?

    And what do you mean by "back to top"

    Thanks for the response.

Sign In or Register to comment.