Topic Resolution: Resolved
  • Closed
  • Harald Röh
    Spectator
    January 3, 2017 at 7:18 am #31741

    Hi,

    on my test website I am currently not able to highlight the active primary menu entry.
    see test.gfcev.de
    On my productive I was able to highlight this entry.

    For the submenu entries I am able to highlight the selected entries.
    Any idea how I can highlight the active primary menu entry?
    ul.nav-menu li.current-menu-ancestor > a {
    font-weight: bold !important;
    }

    does not work.

    E.g. on my homepage test.gfcev.de the first entry “Start” in the primary menu should show up in bold to highlight the entry.

    Best regards
    Harald

    Harald Röh
    Spectator
    Posts: 39
    January 3, 2017 at 11:22 am #31751

    Hi,

    just resolved the issue.

    This time I have to include the custom css

    ul.nav-menu li.current-menu-item > a,
    ul.nav-menu li.current-menu-ancestor > a {
    font-weight: bold !important;
    }

    Best regards
    Harald