2
hello,
you could edit your
styleNN.css and
style.css files in your theme folder.
look for :
.foot {background-color: #006699; padding: 5px; font-weight: bold;}
change to
.foot {background-color: #006699; padding: 5px; font-weight: bold; color:white;}
and add after :
.foot a {color:white;}
refresh the webpage.