mbocek ← Slides Help My feedback 1 result found Fixed header and footer 86 votes Vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close 1 vote 2 votes 3 votes Remove votes You have left! (?) (thinking…) 11 comments · General · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment mbocek commented · Mar 22, 2019 · Edit… · Delete… To add a footer on all slides, put this into the CSS Editor: .slides > section:before { font-size: 0.6em; position: absolute; bottom: .25em; left: 0.25em; color: black; content: "CONFIDENTIAL | Company associates only" ; } // Disable the footer on the first and last slide .slides > section:last-child:before, .slides > section:first-child:before{display:none;} Save Submitting...
To add a footer on all slides, put this into the CSS Editor:
.slides > section:before {
font-size: 0.6em;
position: absolute;
bottom: .25em;
left: 0.25em;
color: black;
content: "CONFIDENTIAL | Company associates only" ;
}
// Disable the footer on the first and last slide
.slides > section:last-child:before,
.slides > section:first-child:before{display:none;}