Menu item not clickable

Jeewani Jayasuriya asked on December 8, 2020 15:32

Hi, is there any way we can make a menu tab not clickable?

I have this website https://www.booksellers.org.uk/. I want to make "Campaigns" tab not clickable but just to show the dropdown menu items when you hover it.

Recent Answers


David te Kloese answered on December 10, 2020 09:33 (last edited on December 10, 2020 09:33)

Hi,

this is not specific Kentico thing, but a change to your Frontend.

You should make sure the non-clickable items are rendered to not do anything on click. Could be as simple as a javascript OnClick do nothing.

See for example this SF question:

https://stackoverflow.com/questions/19787997/how-to-prevent-anchor-tag-from-following-the-link-on-click-but-make-it-show-the

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.