Homepage › Community Forums › Epik Theme Support › D) The link text in the footer is now the default “epik-xxx” color instead › Reply To: D) The link text in the footer is now the default “epik-xxx” color instead
I found that…
.site-footer a { color: #fff; }
without the !important wouldn’t work for me, but…
.site-footer a { color: rgb(255, 255, 255) !important; }
works just fine.