Here is an example of a standard html template for a members area email. You can either take the standard email template or modify the html coding to show it in the correct brand colours that you have chosen.
Here is an example of a template with standard html coding in it:
Dear {{member.name}},
We have set up an account for you on {{site.title}}.
username: {{username}}
password: {{password}}
To login to the site, just follow the link below:
<a href="{{site_login_url}}">Login</a>
Regards,
{{site.title}},
The Quantum Leap Transformation Programme ®
Sacred Space.
It looks like this when sent to the client.
and you want to change each of the log in link to a specific hex colour code you would make the following changes;
Dear {{member.name}},
We have set up an account for you on {{site.title}}.
username: {{username}}
password: {{password}}
To login to the site, just follow the link below:
<a class="btn btn-primary" href="{{site_login_url}}" style="background-color:#
{{site.title}}
The Quantum Leap Transformation Programme ®
Sacred Space.
and it will change to look like this;
Enjoy customising your email templates.
50% Complete