Menu font color

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
east
Posts: 17
Joined: Mon 11. Apr 2005, 12:30

Menu font color

Post 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
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post 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
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
east
Posts: 17
Joined: Mon 11. Apr 2005, 12:30

Post by east »

iss ja ganz einfach ...
:idea:

danke !
Post Reply