My nice menus menu is all working except when I click on a link in my menu, when currently on the page the is clicked, the text color changes to a blue color. Then when I cliick the next button, the blue one changes back to white and then the currently clicked button text turns blue and so on.

I have this code on my css

}
ul.nice-menu a {
color:#FFFFFF;
padding:0.3em 5px;
}

Should'nt that make all of my menu text default to white, whether a visited, active or unactive link?

Please Help.
Billy

Comments

nagini’s picture

Hi,

Use a.active property to solve this problem.

ul.nice-menu .active,
ul.nice-menu a.active,
ul.nice-menu a.active:hover {
color:#FFFFFF;
padding:0.3em 5px;
}

Try this..

Thank you

hamish’s picture

I have managed to work through Nice Menus, changed some colors and sizes. However, there remains the band across the entire top of the page(s) that contains the Block Title (the name given to this block). i do not want it there. I can remove the text, but the colour is white, and I have not been able to either get rid of it, or hide it.

Any direction is appreciated.

Thanks.

hamish