How to Change a Link Colour
This article explains how to change the colour of a link when it has been made blue from a hyperlink.
Navigate through the code to the link you have just added
1. Add a font tag inside your link tag, surrounding your text, and set the colour you would like the link to be using a 6-digit HEX value.
An example tag would look like: <font color="#000000">Find out more</font>
In this example the link would turn black, as #000000 is the HEX colour value for black.
Please Note: Make sure you have an open and close font tag!