Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Current Navigation Highlighting Re: Current Navigation Highlighting

#96864
timmey
Member

you should just add a class .selected for example for the selected parent.

and you should add a class to your active li too.

dont know what you are using for your side, but imo it would be the best way to style it.

something like


.active, .slected {color: white;}