BlueNebula
Junior Member
- Nov 25, 2009
- 100
- 60
So ive got these footer links and they are blue. Unfortunately so is my footer background... any way to fix this?
LOL Seriously? Either change your background color or your link color. :FACEPALM:
Find your link div in your CSS doc. and change the color. Why wouldn't that work? If you wanna send me your CSS I'll do it for you.
Ill give it a quick look and if I can't fix it ill pm you the css. Thanks for being kind!
#links a {
color:#fff;
}
<style type="text/css">
<!--
.style1 {color: #000000}
-->
</style>
class="style1"
<a href="bhw.html" class="style1">More money!</a>
try to change color on the link itself
Code:<a style="color: red">
.footer a {
color: #FFF;
}