Override email body styling properties
-
Hi Suman,
I can imagine this issue being a dealbreaker for people who have exact, self designed email templates. You have forced inline body styling in your email-template.php, with this line of code:
<body style=”background-color: #ffffff; color: #000;”>
This should either be neutral without styling, or configurable with a setting, or overridable in a child theme template file.
As it is now, it overrides my own email template. I changed your code for now in your own plugin to ‘<body>’, this makes my own email template display correctly again.
Also, you might want to make your email styling co?perate nicely with the popular email-templates plugin.
I hope you will deal with this styling issue, so I don’t have to keep hacking your plugin every update.
Thanks again.
PS. same goes for table width at 50%.
- The topic ‘Override email body styling properties’ is closed to new replies.