Hi @scottpaterson,
We’ve just released an update of the plugin.
You can now add an action hook to modify your email templates (Header, Footer & Background).
For the current version, use the following parameter in the theme function to remove background, header and footer from the sent mail:
remove_action(‘cl_email_header_section’,’cl_email_header_section’,10);
remove_action(‘cl_email_footer_section’,’cl_email_footer_section’,10);
function cl_email_bg_color(){
return “#0073AA”;
}
add_filter(‘cl_email_bg_color’,’cl_email_bg_color’);
Please update the plugin to the latest version, clear cache, and reload your browser.
Let us know how it goes.
If the issue is still there, please inform us.
Thanks.