PDA

View Full Version : Stupid Yet Important - Powered By Font Color


senaia
04-23-2007, 01:30 PM
Hello

Old member but this is my first post. I always search and find what I need. Never needed to open a thread :p

Anyway, the forum im running has a black background and the "Powered By" font is also black so its hidden >> http://www.lineagechat.com

You think there is no "Powered By" but its there, it has the same color the background has "black". So, you can see my problem here.

Im tring to edit the color of "Powered By" to white but have no idea how to do it. Any help is really appreciated. Im sure its simple & quick just can't put my hands on it. :(

CyberAlien
04-23-2007, 05:45 PM
In footer template before copyright add <span class="copyright"> and </span> after it, then in css add something like this:.copyright { color: #AAA; }
.copyright a, .copyright a:visited { color: #FFF; text-decoration: none; }
.copyright a:hover, .copyright a:active { color: #FFF; text-decoration: underline; }

senaia
04-23-2007, 06:52 PM
Exactly what I need. Thanks a million :D