
Change the Color of Links in your Footer
If you would like to change the color of the links in your footer, use the following code: Add the following to your theme's Advanced CSS settings:
/* Change the color of the links in the footer */ .sm-footer-navitem a { color: green !important; }
Comments