css problem

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
Kulinarisk
Posts: 73
Joined: Tue 15. Jun 2004, 01:06
Location: Denmark
Contact:

css problem

Post by Kulinarisk »

I have created my own style sheet borrowing heavily from the default one. My problem is that I want to remove the greenish hover state from the navigation list - I just can't figure out where it has to be changed in the css :roll:
any suggestions welcome
User avatar
nekket
Posts: 613
Joined: Tue 18. Nov 2003, 15:46
Location: Baden-Baden
Contact:

Post by nekket »

config_template_default.php;
~ Line 53:

Code: Select all

$template_default["nav_table_struct"]["row_norm_bgcolor"]		= "#FF3300";
~ Line 57

Code: Select all

$template_default["nav_table_struct"]["row_over_bgcolor"]		= "#000000";
~ Line 58

Code: Select all

$template_default["nav_table_struct"]["row_active_bgcolor"]		= "#33FF00";
:P
Kulinarisk
Posts: 73
Joined: Tue 15. Jun 2004, 01:06
Location: Denmark
Contact:

thanks

Post by Kulinarisk »

never thought of looking there. Fixed my problem :D
Post Reply