Skip to content

mbocek

My feedback

1 result found

  1. 85 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    11 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    mbocek commented  · 

    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;}

Feedback and Knowledge Base