Skip to content

I want to be able to set header and footer only for page 2 and following #74

Closed Answered by Jumas
HarryJulsing asked this question in Q&A
Discussion options

You must be logged in to vote

Hi HarryJulsing,

you can achieve this just by adding following css in the settings:

@page :first {
    border-bottom: none;
    @top-left {
        content: "";
    }
    @top-center {
        content: "";
    }
    @top-right {
        content: "";
    }
    @bottom-left {
        content: "";
    }
    @bottom-center {
        content: "";
    }
    @bottom-right {
        content: "";
    }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grigoriev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants