You can add links to the sub footer by going to Theme options > General > Footer > Sub Footer Copyright Text
Here is an example for a link: <a href=”www.google.com”>Link</a>
To change the link color you can try this CSS code in Theme Options > Advanced > Custom CSS:
.mk-footer-copyright a{
color: blue !important;
}