How can I change the colour of my email footer links? I have referred to the documentation below, but step two doesn't describe how to target the command (I have both a customer unsubscribe in the footer to unsubscribe from a sequence as well as the default ones unsubscribe and to Update Profile. Change the color of your link in 2 steps 1) Add this to the CSS between the <style></style> brackets of the html: a.unsubscribe-link { color: #48639C; } Then you'll target that command specifically in the footer with this... 2) Target that command specifically in the footer with this: Unsubscribe from everything. Note: You can change that color to match your own.

2 replies