I want a user friendly way to change the title when exporting a space to pdf.
This is what I have in the "Title" section of the pdf export:
<div class="fsTitlePage">
<div class="fsTitle">MyPageTitle</div>
</div>
With this for the styling:
.fsTitlePage
{
margin: 0;
page-break-after:always;
background-image: url(somePic);
background-size: 30%;
background-position: center;
}
/*Title that is defined for the Title Page, not the name of the Page in Confluence*/
.fsTitle
{
font-size: 42px;
font-weight: bold;
margin: 72px 0 4px 0;
text-align:center;
}
I want to change "MyPageTitle" without the need to change the code.
Not that I am using the space export, even for exporting a single page.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.