• Resolved maray97

    (@maray97)


    Hello developers,
    I would simply make the top menu label highlighted as the current page title, for example in the link provided “Apartment One” is highlighted, but “Apartments” is not. How can I highlight it as well?

    Thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, maray97, I’m another user of the Neve theme.

    I think the following CSS will help your issue:

    li.menu-item.current-menu-parent.current-menu-ancestor > a {
        color: var(--nv-primary-accent) !important;
    }

    This CSS will help if you don’t want the arrow to be colored:

    li.menu-item.current-menu-parent.current-menu-ancestor > a > span {
        color: var(--nv-primary-accent) !important;
    }
    Thread Starter maray97

    (@maray97)

    Thank you a lot @plantprogrammer

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Top and submenu titles highlighted’ is closed to new replies.