Hi @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.
Hi @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,