• GIANNISCFA

    (@gianniscfa)


    Hello i am trying to find a way to change behaviour of a sub menu instead of hovering out of the sub menu and dissapear it make it sticky and dissapear it only if user clicks somewhere else on the website.

    Because when you move mouse out of the wide sub menu window it disappears and I have a lot of categories listed

    website url https://orthopedikikinisi.gr/

    https://prnt.sc/O7bHWFQ1wytB

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

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Unless you’re good at customizing JavaScript or jQuery, you’ll likely need to find a different menu scheme. The current one is script driven based on mousein and mouseout events. These would need to be changed to listen instead for click events. Click events need to toggle states while mouse over events do not, so there is a fundamental structural change to get what you want.

Viewing 1 replies (of 1 total)
  • The topic ‘Change behaviour of sub menu to make it sticky instead of moving’ is closed to new replies.