Page 1 of 1

Menu font color

Posted: Mon 11. Apr 2005, 17:18
by east
I'm searching and searching, but I can't find the Line for modify the color from the Menufont color in
<<conf.template_default.inc.php>>
In edition I can't find no way to modify the underline from the text on mouse over.

a lot of thanks
east

Posted: Mon 11. Apr 2005, 17:25
by pico
hi

look to your frontend.css

Code: Select all

.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}
and so on

Posted: Mon 11. Apr 2005, 19:30
by east
iss ja ganz einfach ...
:idea:

danke !