http://www.icyphoenix.com/viewtopic.php?f=32&t=4498&p=30336#p30336
-----------------------------------
Limun
Wed 06 Aug, 2008 11:53

Re: Change Color Of Bg_button Txt ?
-----------------------------------
open your styles/milky_way/theme/stylesheet.css

in stylesheet.css find this

[code linenumbers=false].forum-buttons a, .forum-buttons a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;[/code]

change color: #333333;  in some other 

if u want also for mause over than change it here

[code linenumbers=false].forum-buttons a:hover, .forum-buttons a:active {
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;[/code]

hope this help you :)


