Skip to content

Adrian Puescu

My feedback

2 results 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
    Adrian Puescu commented  · 

    Quick "hack":

    1. In your 'Theme Editor', create a new snippet with your html code for, let's say, a fixed header:
    <div class="fixed-header"></div>
    You can also write it as custom html in the 'HTML' tab, but it will not zoom along with the rest of the presentation if you're going to use the responsive version.

    2. In your 'Deck Editor', add the snippet onto any slide (reload the deck page if it was already open before editing the theme).

    3. In the same 'Deck Editor', click on the 'Style' button in the left menu - the one with the brush icon.

    4. Now click on the 'Custom CSS' and enter the following:
    .fixed-header:after {
    content: 'Your master header text';
    }

    That's it! Now the snippet will have the same content on any slide and if you want to clone the deck and change the text, you will only have to do it once, in that 'Custom CSS' editor.

    Using the same "hack" you can add a logo or create a footer as well.

    Adrian Puescu supported this idea  · 
  2. 49 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    3 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)
    Adrian Puescu supported this idea  · 

Feedback and Knowledge Base