I'm trying to change the level of headings on the table of contests that is saved when a PDF is created from a space. I only want levels 1 and 2 to show.
I have added this code(alterations in bold) to the PDF stylesheet (global and space), an alteration to the default code:
div.toclvl3, div.toclvl4, div.toclvl5, div.toclvl6, div.toclvl7,div.toclvl8,div.toclvl9,div.toclvl10,div.toclvl11,div.toclvl12
{
display:none;
}
It's not working. I don't know if I am using an incorrect syntax for the css.
Thanks in advance for any assistance.
Carolyn
This article may help you: https://support.atlassian.com/confluence-cloud/docs/customize-exports-to-pdf/
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.