Hi,
I have my footer section and I'm using this code
Page <span id="pagenumber"> </span> of <span id="pagecount"> </span>
For the page numbering.
I need to override it so that the page number will only show starting on the second page and it should be hidden on the first page which is the cover page.
I tried using
@page: first {
@bottom {
content: none;
}
}
But no luck.
I have my footer section and I'm using this code
Page <span id="pagenumber"> </span> of <span id="pagecount"> </span>
For the page numbering.
I need to override it so that the page number will only show starting on the second page and it should be hidden on the first page which is the cover page.
I tried using
@page: first {
@bottom {
content: none;
}
}
But no luck.