Title: Background image / template
Last modified: October 16, 2020

---

# Background image / template

 *  Resolved [netstu](https://wordpress.org/support/users/netstu/)
 * (@netstu)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/)
 * Dear support,
 * I’m using a custom PDF template ([https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/creating-a-custom-pdf-template/](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/creating-a-custom-pdf-template/)),
   because I needed to add a VAT number.
 * Know I would like to know how I set my company letter as background, so instead
   of having a white background I have an A4 size image.
 * Thank you

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [netstu](https://wordpress.org/support/users/netstu/)
 * (@netstu)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/#post-13543200)
 * In the style.css of the custom PDF template directory I can see that body has
   css rule:
 * background: #fff;
 * Is it done by just changing this to:
    background-image: url(“[https://…&#8221](https://…&#8221););
 * Thanks!
 *  Plugin Contributor [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * (@alexmigf)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/#post-13543987)
 * Hello [@netstu](https://wordpress.org/support/users/netstu/)
 * The best way to do this is adding the code snippet below inside a text [custom block](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-blocks/)
   with our [Premium Templates extension](https://wpovernight.com/downloads/woocommerce-pdf-invoices-packing-slips-premium-templates/).
 * `<img src="https://i.pinimg.com/originals/8e/09/64/8e09645676f35f79514eaaff3bcdceb7.
   png" style="z-index:-999;position:fixed; top: -1cm; left: -2cm; height: 297mm;
   width: 210mm;">`
 * The image should have 210mm width and 297mm height for a better result.
 * If you require it on the full page you need to set the margin to the body and
   that could lead to problems when the document has more pages, so this method 
   is preferred to the CSS customizations.
    -  This reply was modified 5 years, 5 months ago by [alexmigf](https://wordpress.org/support/users/alexmigf/).
 *  Thread Starter [netstu](https://wordpress.org/support/users/netstu/)
 * (@netstu)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/#post-13553141)
 * Hi Alex,
 * Is this also possible with the free version of the plugin?
 * Thanks
 *  Plugin Contributor [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * (@alexmigf)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/#post-13555837)
 * Hi [@netstu](https://wordpress.org/support/users/netstu/)
 * You can add the code above inside an [action hook](https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/pdf-template-action-hooks/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Background image / template’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * ["background-image"](https://wordpress.org/support/topic-tag/background-image/)

 * 4 replies
 * 2 participants
 * Last reply from: [alexmigf](https://wordpress.org/support/users/alexmigf/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/background-image-template/#post-13555837)
 * Status: resolved