PDF Export - Content area background color

Michael Windell
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2018

I have successfully added a logo to the global pdf export (using PDF Export Stylesheet) however the main content area has a white background meaning that the logo is cut off when overlapping this (div I assume?)

Does anybody know the HTML tag / class from the HTML source code so I can see which element I need to remove the background color from.

See my PDF Export Stylesheet below (at the moment I am using a global style to make all background colors transparent to get around the issue, however this is not ideal as I still need general page styling)

```
@Bonifacp{
background-image: url(/wiki/download/attachments/218988566/my_logo.png);
background-repeat: no-repeat;
background-position: 160mm 10mm;
background-size: 139px 35px;
}

* {
background-color: transparent !important;
}
```

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events