Viewing 4 replies - 1 through 4 (of 4 total)
  • zviryatko

    (@zviryatko)

    Hi, look in the FAQ’s third section.

    Thread Starter kele6ra

    (@kele6ra)

    it doesn’t help, hover disables when i choose sub page. It helps only with the main button page. In the first screenshot i choose main page, in the second i choose sub page, on first hover and link are active, on second only link active.

    zviryatko

    (@zviryatko)

    For if sub-menu item is active, parent item should have class .current-menu-ancestor or similar, try this:

    .menu-item.current-menu-ancestor > a.menu-image-hovered img.hovered-image {
      opacity: 1;
    }

    Thread Starter kele6ra

    (@kele6ra)

    thank you, it helps =)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Active hover on subpages’ is closed to new replies.