Title: Remove Note
Last modified: December 24, 2019

---

# Remove Note

 *  [pipoulito](https://wordpress.org/support/users/pipoulito/)
 * (@pipoulito)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-note/)
 * Hello,
 * is it possible to remove NOTE field in invoice ?
    thanks

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [kluver](https://wordpress.org/support/users/kluver/)
 * (@kluver)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-note/#post-12269481)
 * Hi [@pipoulito](https://wordpress.org/support/users/pipoulito/),
 * Certainly. You can add a little custom CSS via the following code snippet:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', 'wpo_wcpdf_custom_styles' );
       function wpo_wcpdf_custom_styles () {
       	?>
       	.invoice .customer-notes { display: none; }
       	<?php
       }
       ```
   
 * This code snippet should be added to the functions.php of your child theme or
   with a plugin like [Code Snippets](https://wordpress.org/plugins/code-snippets/).
   If you have never worked with code snippets or functions.php before please read
   this: [How to use filters](https://docs.wpovernight.com/general/how-to-use-filters/)
    -  This reply was modified 6 years, 7 months ago by [kluver](https://wordpress.org/support/users/kluver/).

Viewing 1 replies (of 1 total)

The topic ‘Remove Note’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [kluver](https://wordpress.org/support/users/kluver/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/remove-note/#post-12269481)
 * Status: not resolved