Title: Email background color
Last modified: November 23, 2021

---

# Email background color

 *  Resolved [savastgfx](https://wordpress.org/support/users/savastgfx/)
 * (@savastgfx)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/email-background-color/)
 * Hello,
 * I can’t find from where to change the background color of welcome email. I want
   to set it on white.
 * Thanks!
    -  This topic was modified 4 years, 5 months ago by [savastgfx](https://wordpress.org/support/users/savastgfx/).

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

 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/email-background-color/#post-15098353)
 * Hi [@savastgfx](https://wordpress.org/support/users/savastgfx/)
 * Please try this code snippet to change the background color of the Email HTML
   template:
 *     ```
       add_filter("um_email_template_body_attrs","um_112421_email_template_body_attrs");
       function um_112421_email_template_body_attrs( $attrs ){
           $attrs = 'style="background: red;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale';
   
           return $attrs;
       }
       ```
   
 * You will only see the background color changes when you test email notifications.
   You can add the above code to your theme/child-theme’s functions.php file or 
   use the Code Snippet plugin to run the code.
 * Regards,
    -  This reply was modified 4 years, 5 months ago by [Champ Camba](https://wordpress.org/support/users/champsupertramp/).
 *  Plugin Contributor [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * (@champsupertramp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/email-background-color/#post-15150517)
 * Hi [@savastgfx](https://wordpress.org/support/users/savastgfx/)
 * ..Please feel free to re-open this thread by changing the Topic Status to ‘Not
   Resolved’ if any other questions come up and we’d be happy to help. 🙂
 * Regards,

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

The topic ‘Email background color’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Champ Camba](https://wordpress.org/support/users/champsupertramp/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/email-background-color/#post-15150517)
 * Status: resolved