http://www.icyphoenix.com/viewtopic.php?f=32&t=4498
-----------------------------------
Fanshop
Wed 06 Aug, 2008 10:52

Change Color Of Bg_button Txt ?
-----------------------------------
Hi, i try adapt milkyway red to my forum and i need change the color of bg_buttons txt...i cant find where ...can someone tell me where ?
 [img]http://www.icyphoenix.com/files/images/1276/dibujo_1218012754_137268.jpg[/img]


-----------------------------------
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 :)


