Change Color Of Bg_button Txt ? »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Change Color Of Bg_button Txt ?



Fanshop [ Wed 06 Aug, 2008 10:52 ]
Post subject: 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 ?
dibujo_1218012754_137268


Limun [ Wed 06 Aug, 2008 11:53 ]
Post subject: Re: Change Color Of Bg_button Txt ?
open your styles/milky_way/theme/stylesheet.css

in stylesheet.css find this

Code: [Hide] [Select]
.forum-buttons a, .forum-buttons a:visited {
color: #333333;
font-weight: bold;
text-decoration: none;
vertical-align: top;


change color: #333333; in some other

if u want also for mause over than change it here

Code: [Hide] [Select]
.forum-buttons a:hover, .forum-buttons a:active {
color: #CC3333;
font-weight: bold;
text-decoration: none;
vertical-align: top;


hope this help you




Powered by Icy Phoenix