This topic has 4 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello,
I previously talked with you about some words in my main menu that I wanted to be unclickable.
I told you too early that it worked and you closed the topic.
Unfortunately I now realize that there is something wrong.
I remind you that you advised me to add this code in css:
.inclicable-item a {
pointer-events: none;
cursor: default;
}
and then add this code to a menu element so it would be unclickable: inclicable-item
Unfortunately if you check my website:
theeventry.com
the word “wedding” is unclickable but now every sub-category under wedding is unclickable as well 🙂
I just want “wedding” to be unclickable.
Can you help me?
I am sorry i re-opened this
Hello,
Oh I see, please change the previous code to:
.inclicable-item > a {
pointer-events: none;
cursor: default;
}
Let us know if you need any further assistance.
Regards
Perfect,
Thank you so much, now it is perfect!
You’re welcome! Feel free to ask if you have any other questions.
Regards
You must be logged in to reply to this topic.Log in/Sign up