For PDF exports, we like to use Export Space so that we get a title page and it's faster than opening each page and clicking Export to PDF.
Our space has folders and pages within folders to make it easier to organize.
On export, the name of the folder appears on its own page and we can't find the correct class name to modify it using CSS.
Does anybody know where to find that or what it's called?
Not a good workaround since we kind of like the folder headings but they can unchecked during the export so they don't show up.
We'll keep trying different things.
The most accurate way to determining element tags and class names is to use the Inspect Element feature in Firefox (or Inspect in Chrome).
Just select the element you are interested in, right-click and select Inspect Element/Inspect.
This should give the class
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Tried that out but there's no class name I can come up with that has any effect. I suppose it's possible that it doesn't exist for PDF Export but would be nice to know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To bad, then indeed there seems to be no option for adding this into css.
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.