PDA

View Full Version : Text on Active Menu


kdobson99
05-06-2006, 02:12 PM
Have most everything modded to fit into my existing site template at http://www.golfmonitor.com/dir/ But if you look on that page, I change the "active" Menu color from orange to a maroon. Now, I need to change the color of the text in the Active Menu which is presently bold black. I can't find a "font color" for the active menu anywhere in the style.css file. Where do I change this to another color (probably white)

Thanks

Sergey Ten
05-08-2006, 12:39 AM
Hi, kdobson99

Try such directives

*** Open your header.tpl and find 43 line ***

<ul class="menu">{$menu}[/list]

*** And change ***

<ul class="menu">{$menu}[/list]

*** Save change ***

I hope this directives will help to you