Title: Customizing emails
Last modified: September 1, 2016

---

# Customizing emails

 *  Resolved [tomdes6](https://wordpress.org/support/users/tomdes6/)
 * (@tomdes6)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customizing-emails-3/)
 * Hello,
 * I would like to know which file I have to open for editing the display of the
   field in emails.
    Like added some css to the field in emails. I would to unbold
   the label and bold the textarea.
 * Thank you
    Thomas
 * [https://wordpress.org/plugins/woo-checkout-field-editor-pro/](https://wordpress.org/plugins/woo-checkout-field-editor-pro/)

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

 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customizing-emails-3/#post-7627130)
 * Hi,
 * Email templates are located at **wp-content\plugins\woocommerce\templates\emails**
 * You can edit these files in an **upgrade-safe**(not to loose the changes when
   upgrading the plugin) way using overrides. Copy it into a directory within your
   theme named /woocommerce, keeping the same file structure but removing the /templates/
   subdirectory.
 * Example: To override the admin order notification, copy: woocommerce/templates/
   emails/admin-new-order.php to yourtheme/woocommerce/emails/admin-new-order.php
 * The copied file will now override the WooCommerce default template file.
 * Detailed article here,
    [https://docs.woocommerce.com/document/template-structure/](https://docs.woocommerce.com/document/template-structure/)
 * Thanks,
    Support – ThemeHigh
 *  Thread Starter [tomdes6](https://wordpress.org/support/users/tomdes6/)
 * (@tomdes6)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customizing-emails-3/#post-7627132)
 * Hi,
 * thanks you for your answer.
    I know how to edit the email of woocommerce but 
   I would like to edit the new field which comes from the plugin in the email of
   woocommerce.
 * Thank you
 * Thomas
 *  Plugin Author [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * (@themehigh)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/customizing-emails-3/#post-7627141)
 * Custom fields are displayed in email using ‘woocommerce_email_customer_details_fields’
   hook and so custom fields are rendered along with other fields using woocommerce
   default templates.
 * Thanks,
    Support – ThemeHigh

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

The topic ‘Customizing emails’ is closed to new replies.

 * ![](https://ps.w.org/woo-checkout-field-editor-pro/assets/icon-256x256.gif?rev
   =3479964)
 * [Checkout Field Editor (Checkout Manager) for WooCommerce](https://wordpress.org/plugins/woo-checkout-field-editor-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-checkout-field-editor-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-checkout-field-editor-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-checkout-field-editor-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-checkout-field-editor-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-checkout-field-editor-pro/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ThemeHigh](https://wordpress.org/support/users/themehigh/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/customizing-emails-3/#post-7627141)
 * Status: resolved