LIVE WEEKLY BUSINESS MENTORSHIP

LOUISE WINCHESTER

MONETIZE YOUR MAGIC DEFINE YOUR NICHE BUSINESS MENTORSHIP DIGITAL CONSULTANCY LIGHTWORKER ACADEMY TESTIMONIALS ABOUT BLOG AUDIOS VIDEOS CONTACT US READERS & HEALERS CRYSTAL ALCHEMY BLOG ARCHIVE LOGIN

HOW TO MODIFY YOUR HTML CODING ON YOUR EMAIL TEMPLATES TO YOUR BRAND HEX CODE

Apr 10, 2020
 

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:#006F0F;">Login</a>

 {{site.title}}

The Quantum Leap Transformation Programme ®
Sacred Space.

and it will change to look like this;

Enjoy customising your email templates. 

Close

50% Complete

Please complete to get your FREE eBook.