Title: Custom Styling
Last modified: August 31, 2016

---

# Custom Styling

 *  Resolved [inthecloud16](https://wordpress.org/support/users/inthecloud16/)
 * (@inthecloud16)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-styling-11/)
 * HI,
    I would like to change the buyer details text colour in the header and also
   the default footer border to black. I have seen about changing the header using
   the functions.php but it’s not the correct area for what I want to change. Many
   thanks in advance,
 * [https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)

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

 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-styling-11/#post-7433344)
 * Hi! The documentation for applying custom styles is here: [Using custom styles](http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-styles/)
 * In your case, the customer address can be addressed with `.address` and the footer
   with `#footer`. Something like this should do what you need:
 *     ```
       .address {
       	color: #9900cc !important;
       }
   
       #footer {
       	border-top: 0.1mm solid black;
       }
       ```
   
 * You can use any [HTML color code](http://www.w3schools.com/colors/colors_picker.asp)
   instead of the example #9900cc I used.
 * I can recommend enabling the HTML output option in the status tab while testing.
   This will let you view the source and find out which classes & ids you can use
   for the custom styles.
 * Hope that helps!
    Ewout
 *  Thread Starter [inthecloud16](https://wordpress.org/support/users/inthecloud16/)
 * (@inthecloud16)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-styling-11/#post-7433572)
 * Thank you – That worked 🙂
    Just one last question – Is there an easy way to 
   change the word “Packing Slip” – I would like it changed to Delivery Note. Many
   thanks in advance
 *  Plugin Contributor [Ewout](https://wordpress.org/support/users/pomegranate/)
 * (@pomegranate)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/custom-styling-11/#post-7433578)
 * Sure! Check out the documentation here: [http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/change-the-document-title/](http://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/change-the-document-title/)
 * Hope that helps 🙂
 * Have a splendid weekend!
    Ewout

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

The topic ‘Custom Styling’ 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

 * [custom styles](https://wordpress.org/support/topic-tag/custom-styles/)
 * [woocommerce PDF invoice](https://wordpress.org/support/topic-tag/woocommerce-pdf-invoice/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ewout](https://wordpress.org/support/users/pomegranate/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/custom-styling-11/#post-7433578)
 * Status: resolved