Title: Edit email notification
Last modified: July 29, 2022

---

# Edit email notification

 *  Resolved [davidovic123](https://wordpress.org/support/users/davidovic123/)
 * (@davidovic123)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/)
 * Hi,
 * Currently, the notification is displayed in the emails like this:
    — Tracking
   information
 * Your tracking number: HY2587349PO by DHL
    —
 * I want to display it like this:
    — Tracking information: Your tracking number:
   HY2587349PO by DHL —
 * How to reduce spacing between the two lines?
 * Thank you,
    -  This topic was modified 3 years, 9 months ago by [davidovic123](https://wordpress.org/support/users/davidovic123/).
    -  This topic was modified 3 years, 9 months ago by [davidovic123](https://wordpress.org/support/users/davidovic123/).

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

 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15875721)
 * Hello,
    Please follow this [guide](https://villatheme.com/knowledge-base/how-to-add-custom-snippets/#A.%20PHP)
   to add below PHP snippet:
 *     ```
       add_filter( 'woocommerce_email_styles', function ( $css ) {
       	$css .= 'h2.email-upsell-title {
           margin-bottom: 0px !important;
       }';
   
       	return $css;
       } );
       ```
   
 * Best regards
 *  Thread Starter [davidovic123](https://wordpress.org/support/users/davidovic123/)
 * (@davidovic123)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15884273)
 * Hi [@kimvt1991](https://wordpress.org/support/users/kimvt1991/),
    Thanks for 
   this snippet of code.
 * Please, I would to ask you how to override the “woo-order-email.php” file in 
   child theme. Which path & folder should I use?
 * I tried the followings, but don’t work:
    woocommerce -> admin -> woo-order-email.
   php woocommerce -> woo-orders-tracking -> admin -> woo-order-email.php woocommerce-
   > woo-orders-tracking -> woo-order-email.php woo-orders-tracking -> woo-order-
   email.php
 * Thank you very much,
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15887028)
 * Sorry, this is not a template file so it’s not possible to replace this file.
 *  Thread Starter [davidovic123](https://wordpress.org/support/users/davidovic123/)
 * (@davidovic123)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15889658)
 * Thank you, [@kimvt1991](https://wordpress.org/support/users/kimvt1991/),
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15890164)
 * You’re welcome and thanks for the nice review.

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

The topic ‘Edit email notification’ is closed to new replies.

 * ![](https://ps.w.org/woo-orders-tracking/assets/icon-256x256.gif?rev=3080899)
 * [Orders Tracking for WooCommerce](https://wordpress.org/plugins/woo-orders-tracking/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-orders-tracking/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-orders-tracking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-orders-tracking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-orders-tracking/reviews/)

## Tags

 * [email notification](https://wordpress.org/support/topic-tag/email-notification/)

 * 7 replies
 * 2 participants
 * Last reply from: [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-2/#post-15890164)
 * Status: resolved