Quote:
Originally Posted by watty005
Thanks for this, it looks great! But i'm having trouble changing the color of the white text links, please see attachment, thanks.
|
Open your additional.css
Find
Code:
.footer1 a {
color: whitesmoke;
text-shadow: 0 1px 0 #373736;
font:small-caps bold 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}
.footer1 a:hover {
color: #1B93DF;
}
Replace White smoke with your preferred color & change the hover to match the selected color.