
Originally Posted by
xt0rt
I have found different snippets throughout this thread, but rather than go through the nearly 2000 posts I'm just going to ask my question...
I need to change the font color in the footer, as well as eliminate the gap in the footer between HOME and the table. Could someone please advice as to where I make these changes?
Thanks in advance!
To remove all spacing down there, you can change #navSupp and #navSupp ul to this (adjust the padding how you'd like it):
Code:
#navSupp {
margin:0 auto;
text-align:center;
padding:0;
}
#navSupp ul {
list-style-type:none;
text-align:center;
line-height:1em;
padding:0;
margin:0;
}
To change the colors on the bottom, you would use these sections:
Code:
#navSupp ul li a {color:#ffffff;}
#navSupp ul li {color:#ffffff;}
#siteinfoLegal {color:#ffffff;}
#siteinfoLegal a {color:#ffffff;}
To change the footer general text, you need to view the source of your page, then find out what the section is called that you wan to change, for example, from the source of my site: