Customize Email Button Style without Unlinking Template | Community
Skip to main content
Dylan_Yip-Chuck
Level 2
June 18, 2020
Solved

Customize Email Button Style without Unlinking Template

  • June 18, 2020
  • 1 reply
  • 3822 views

I'd like to further customize the CTA buttons within our Marketo emails. My hope is to make a simple change to the border-radius of the buttons so that they more closely reflect what is on our website. 

I am hoping to get some advice on how to go about customizing a button element? What are the steps you'd go through for this? Ideally, I would like to continue being linked to the Template I am using. I know sometimes when you edit the code directly, Marketo will unlink the template (which in turn closes access to the modules in the email builder.) 

 

Thanks in advance! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

The gold standard for cross-client buttons is the Bulletproof Buttons builder: https://buttons.cm/

 

You must also change the markup for Marketo emails: Those bulletproof buttons are also *tracking*-proof, though (here's the fix) 

 

No reason you can't modify your template to include these. It doesn't have to be done at the individual email asset level.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
June 18, 2020

The gold standard for cross-client buttons is the Bulletproof Buttons builder: https://buttons.cm/

 

You must also change the markup for Marketo emails: Those bulletproof buttons are also *tracking*-proof, though (here's the fix) 

 

No reason you can't modify your template to include these. It doesn't have to be done at the individual email asset level.

Dylan_Yip-Chuck
Level 2
June 19, 2020

Thank you for the Bulletproof Buttons resource, that's great! I've built exactly what I want and now have the HTML code. 

Now that I have the code, how do I go about modifying the template? When I've tried clicking the "Edit Code" button within the "Edit Draft" interface, it's unlinked my email from the template. 
I apologize for my lack of knowledge on this, but can you share the steps I'd take to take my custom button HTML code and add it to my email template? 

Thanks again in advance. 

Dylan Yip-Chuck
SanfordWhiteman
Level 10
June 20, 2020
I apologize for my lack of knowledge on this, but can you share the steps I'd take to take my custom button HTML code and add it to my email template? 

2 possible ways, depending on whether you're using a custom template already or have been building on a Marketo starter template.

 

If a custom template, click on the template name, which will take you to the editable Design Studio asset:

 

If it's a starter template, as shown here...

... then you need to create an editable template from it...

 

... and use that new template for your customizations.

 

The template syntax is quite well-documented in the Marketo Docs.