How you can change the color of links in a marketing email in HubSpot

If you want to update the color of a link in marketing emails, highlight the text, then use the font color picker in the rich text toolbar. You can also update the default link color for all links in the emails by adding custom CSS to the email template. 

Change the color of a link in the email editor

 

  • Go to Marketing > Email in your HubSpot account.
  • Hover over the email you want to edit and click Edit.
  • Highlight the link that you want to change colour of, then click the text color icon in the rich text toolbar and select a color.
  • For more color options, click the Advanced tab, and use the color picker.

Change the color of all links on the email template

  • Go to Marketing > Files and Templates > Design Tools in your HubSpot account.
  • On the left in the finder, click the name of the email template you want to modify.
  • In the inspector on the right, add the following code snippet into the Additional <head> markup field. Replace #FF6600 with the preferred hexadecimal color value for the links:
                             <style type="text/css" id="hs-inline-css">
                             a { color: #FF6600; }
                             </style>
  • Click Publish changes to apply your changes to the template.