Hi,
how do you change the font color of the first menu from the grey to white?
Hi,
how do you change the font color of the first menu from the grey to white?
Hey,
depending on which skin you're using the code varies. I'll use skin 1 (default skin) for my code. Open up style1/2/3/4.css and search for:
.nav li a{
color:#aaa;
}
Change the color value to any other value (i.e. #fff for white).
You must log in to post.