Unclickable item in the menu - by DaphneO

This topic has 4 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler

  • Avatar: DaphneO
    DaphneO
    Participant
    December 13, 2017 at 09:49

    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

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 10:08

    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

    Avatar: DaphneO
    DaphneO
    Participant
    December 13, 2017 at 10:23

    Perfect,
    Thank you so much, now it is perfect!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 13, 2017 at 10:26

    You’re welcome! Feel free to ask if you have any other questions.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.