Skip to main content
Customization and Appearance

Information on how to customize the look of your Dozuki site using built-in tools as well as CSS and HTML.

6 Questions View all
User avatar

Custom Guide PDF CSS not working as shown in Preview.

I used the following CSS to add a line to the footer of our PDFs.

.site-url:before { content: "UNCONTROLLED IF PRINTED

";}

After using the preview mode, the modification appears exactly as intended, but after clicking “Save,” the modification does not appear on any PDFs generated.

Is there another requirement for the CSS to apply to a PDF?

Answered! View the answer I have this problem too

Is this a good question?

Score 0

Comments:

@brookev I'm looking into this and will have an answer for you asap.

by

Hi Blake, just want to let you know that we are On-Prem and just updated to v.1.9.0, and are still seeing the issue.

by

Add a comment

1 Answer

Chosen Solution
User avatar

@brookev try this code instead:

td.site-url:before { 
   content: "UNCONTROLLED IF PRINTED: "; 
}

Was this answer helpful?

Score 1

Comments:

Thank you Blake, that worked perfectly.

by

Add a comment

Add your answer

Author avatar Brooke Vice will be eternally grateful.
TRUSTe