[Support request] Primary Navigation Current Page Highlighting

Home Forums Support [Support request] Primary Navigation Current Page Highlighting

Home Forums Support Primary Navigation Current Page Highlighting

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #1061080
    Conor

    Hi Tom,

    I swapped this:

    .main-navigation ul li.current-menu-item .menu-label {
    background-color: #0F74B5;
    }

    out for your css, and there was a mild improvement.

    When I click on a parent item, everything is still turning blue in the dropdown menu.

    When I click an item in the dropdown menu, everything is also still turning blue, but at least now the parent item is not disappearing.

    So we still have something to fix.

    Cheers,
    C

    #1061185
    Tom
    Lead Developer
    Lead Developer

    Let’s try this instead:

    .main-navigation ul li[class*="current-menu-"] > a > .menu-label {
        background-color: blue;
    }
Viewing 2 posts - 16 through 17 (of 17 total)
  • You must be logged in to reply to this topic.