• Hello!

    I´m trying to highlight the current page in the navigationbar. Changing the background color on the current page in the menu workes fine. But now I´d like to change the font color instead.

    I hope you get my point and can help mne with some code!

    This is my code in style.css:

    [CSS code moderated according to forum rules – the link to your site is sufficient to access the stylesheet]

    This is the url: http://vidasnickeri.se/

    Thanks for helping!!

Viewing 1 replies (of 1 total)
  • what you see of the page name is a html link;

    therefore try to style:

    ul.nav .current_page_item a { color: #123edf; }

    the ul.nav is neccessary to give this style a high enough priority.

Viewing 1 replies (of 1 total)

The topic ‘Highlighting current page i menu’ is closed to new replies.