Page 1 of 1

css file not recognizing outputclass

Posted: Fri Aug 04, 2023 7:11 pm
by NovaNowhere
I am trying to remove my footer on just my cover page. it isn't a traditional cover page, it is just a .dita file (cover.dita)

i have
cover.png
attached a picture of the cover.dita page and the pdf output is ignoring this:

Code: Select all

@page cover-page{
    @bottom-left {
        content: "";
    }
}
and still putting the footer on this page.
this is frustrating because it did work once but i can't find the version of the css where it worked.
All other options are working on the output so I have linked the correct file

here is the entire CSS

Code: Select all

@page cover-page{
    @bottom-left {
        content: "";
    }
}

Re: css file not recognizing outputclass

Posted: Mon Aug 07, 2023 9:30 am
by julien_lacour
Hello,

Do you have a rule declaring page: cover-page for this topic?
Without this declaration, this topic will not use this page and the @page cover-page rules will not be applied.

Regards,
Julien