Key takeaways ✨
You must by no means use bulletproof button pictures as a result of they get misplaced when pictures are turned off—they usually’re not accessible.Eye-catching and clickable buttons rely upon a number of elements like form, measurement, spacing, and extra.There are 5 methods to code bulletproof CTAs together with conditional-padding, VML-based, padding-based, border-based, and padding-and-border-based.
Have you ever heard of the e-mail design-shop analogy? In case your webpage is your retailer, and your e-mail is your store window, then your call-to-action (CTA) button is your wonderful window show that pulls individuals in. Evidently, your CTA is among the most vital components of your e-mail, and if it’s exhausting to search out, exhausting to make use of, or damaged in any approach, your subscribers aren’t going to click on!
Don’t fear, although. We’re right here to assist be certain your CTA buttons are bulletproof and may be seen by all prospects, no matter e-mail consumer or viewing preferences.
On this weblog submit, we’ll dive deeper into the strategies of crafting bulletproof buttons to your subscribers to enhance the person expertise—and your e-mail marketing campaign efficiency.
Desk of contents
What’s a bulletproof button?
Bulletproof buttons are call-to-action buttons constructed with code as a substitute of pictures. You possibly can reliably swap your GIFs, PNGs, and JPEGs for HTML and CSS. By solely utilizing code, the button will show in all e-mail purchasers even with pictures off, therefore making them “bulletproof.”
What’s extra, you’ll be able to replace the content material and elegance of your buttons by merely modifying your HTML template. You now not should waste time crafting buttons in an e-mail design device like Photoshop, importing them to a server, and updating your HTML.
Don’t use bulletproof button pictures
I’m going to say this as soon as after which by no means say it once more. The one really bulletproof button is a picture.
I do know. However that’s actually the one approach you’ll be able to assure your button appears to be like precisely the identical in 100% of e-mail purchasers. As a result of everyone knows how inconsistent our emails can look throughout totally different e-mail purchasers, apps, and units.
Regardless of this, you need to by no means use an image-based button. Picture buttons get misplaced when pictures are turned off due to image-blocking, they usually’re not accessible to your subscribers who use display screen readers (extra on that in a second).

In case your CTAs are contained inside pictures, there’s a superb probability that subscribers are lacking out in your message. Even worse, they aren’t interacting together with your campaigns.
Utilizing image-based CTA buttons additionally impacts the accessibility of your e-mail. In case you’re hiding the context of the CTA inside a picture, display screen readers might not be capable to learn them, making your e-mail inaccessible for visually impaired subscribers.
Now that you realize extra about picture buttons, you need to notice that my preliminary assertion is simply largely true. Picture-based buttons look the identical in each e-mail consumer the place pictures are turned on and provided that the subscriber isn’t utilizing a display screen reader. So are they really bulletproof? No. And as each of those above-mentioned circumstances are unimaginable to trace utilizing customary e-mail monitoring, there’s no approach so that you can know what share of your subscribers are having this unhealthy expertise.
So ditch the picture CTA to ensure your subscribers can see and use your CTAs, it doesn’t matter what machine they’re utilizing.
What makes a gorgeous button design?
Buttons are extra than simply code, although. There are a number of elements that go into making your buttons usable and attention-grabbing.
E-mail button form
Rule primary: make your buttons appear to be buttons.
All of us like making enjoyable and distinctive buttons, however usually, in the event you stray too removed from what’s anticipated, subscribers will miss the intent—and never take motion. Sure, the phrases might say one thing is clickable, however as they are saying, “An image is price a thousand phrases.”
Use customary button shapes to make sure you catch individuals’s consideration, particularly in the event that they’re scanning. Normal shapes embrace:
Rounded cornersSq. cornersTablet formedGhost buttonShadowed button
That isn’t to say you’ll be able to’t do enjoyable issues with buttons. Magic Spoon added some enjoyable animated GIFs to their buttons to attract much more consideration to them.
E-mail button measurement
With over 40% of subscribers opening emails on cell units, in line with our State of E-mail Engagement report, it’s vital that your button is designed so it really works throughout all units.
In case your button is simply too small, it will likely be exhausting to click on on cell units. If it’s too giant, it appears to be like much less like a button and extra like a design factor.
The best measurement for buttons for simple clicking on cell units has been translated to be between 42px and 72px (roughly 11-19mm). This appears about common for button peak seen across the net, and the buttons we use right here at Litmus fall inside that vary as properly.
E-mail button house and padding
Be sure that there’s sufficient whitespace round your buttons, too, in order that they stand out. This additionally makes it simpler to your subscribers to click on the proper button.
The very best instance of this may be an e-mail with a number of hyperlinks in a single paragraph. In case you bunch your hyperlinks shut collectively, your subscribers are by no means going to precisely click on on what you need them to click on on, particularly on cell.
Visible suggestions
Not each e-mail consumer helps interactive emails, however the place attainable, including a bit of interactivity to supply visible suggestions helps subscribers know their interplay has been registered.
It’s an additional signal to them that one thing is clickable.
This may be so simple as a change in shade or extra complicated relying in your choice. (We all know typically it’s enjoyable to go all out, so don’t maintain again—but in addition know when to rein your self in.)
Our personal customary button has a shade change in addition to a push-button impact.
However we did strive one thing new, too, and had loads of enjoyable with our January e-newsletter buttons. An excellent design factor that was additionally enjoyable to “push.”
E-mail button textual content and font measurement
Maintain your precise CTA copy or label actionable and to the purpose. Inform subscribers what you need them to do as clearly and concisely as attainable.
One to 5 phrases is often sufficient.
That size additionally retains your e-mail scannable. And you probably have extra to say? Embrace it in a headline over the button. By frequently protecting CTAs inside one to 5 phrases, it makes the uncommon second that you simply do go over it stand out in a way more significant approach.
Information-driven e-mail success
Make smarter selections with wealthy, dependable knowledge. Perceive subscriber conduct and increase your ROI.
Attempt e-mail analytics
5 methods to code a bulletproof CTA button
With over 300,000 potential e-mail renderings, is it actually shocking you’ll be able to’t make one-size-fits-all button types that work in all places?
What you are able to do is make a button that works virtually in all places. And there are a number of totally different strategies for creating these buttons relying in your wants. Have a look by way of these to determine which one works greatest to assist your subscribers.
1. Conditional-padding button
Because of Mark Robbins for this conditional-padding button. It’s the one we use right here at Litmus.
This button makes use of styling on the hyperlink to fashion it for everybody besides Outlook. Then, it makes use of conditional code so as to add Outlook-specific padding and border-radius. Because the Outlook padding is managed individually, you’ll be able to edit the Outlook padding with out impacting what the button appears to be like like in different e-mail purchasers.