Change Color of Link and Get Rid of Underline

By default, links display as blue and underlined when sent in a email message.  To make your links appear as a specific color without the underline, please follow these steps.

  1. In the message editor, double click on a link to view the Link dialogue box
  2. Open the Advanced tab
  3. In the Style text box, enter the follow code:
    1. text-decoration:none; color: #00FFFF; 
    2. This is how the style would look in the link dialogue box:
    3. Note: replace "#00FFFF" with the hex code of the color you wish to see
  4. Click OK

 

Please note that for some reason Gmail strips out the color if the color is set to black (#000000).  To work around this issue, change the pure black color to a shade slightly different, like #000001.