How to Add a Link to Copyright in the Sub Footer

Updated on July 30, 2018

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;
}

Did this answer your question?