Home Forums Pro Themes Onefold Pro Main menu item

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #128383
    Esther
    Participant

    Hello,
    My website has a hamburger menu. Some of the menu items have subitems. In that case I don’t want the mainitems to be clickable because nothing happens. So when you hover over with your mouse, the arrow doesn’t change in a finger.

    Is it possible to change this?

    http://www.voorbeeld.museumstaal.nl
    (when this url doesn’t work anymore try http://www.museumstaal.nl)

    #128416
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    .sidr-inner .sidr-class-menu-item a{
       cursor: auto;
    }
    
    .sidr-inner .sidr-class-menu-item .sidr-class-sub-menu a{
       cursor: pointer;
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #128422
    Esther
    Participant

    No, nothing changes when I add this code. Is there another way to solve this?

    #128426
    wensolutions
    Keymaster

    Hello,

    Please send screenshot marking the section where you are willing to change arrow to finger on hover so that we can provide you with precise fix.

    Regards.

    #128439
    Esther
    Participant

    https://snipboard.io/JDhrWA.jpg

    For this two menu items I want the arrow not to change in a finger.

    #128614
    wensolutions
    Keymaster

    Hello,

    Actually, the CSS we have provided earlier is displaying arrow for these two menu items not changing to finger as you can see in screen record given below:

    https://www.loom.com/share/775c63f230a944ec9bcf3e0dda499681

    If you have any queries further, let us know.

    Thank you.

    #128656
    Esther
    Participant

    It’s only the menu items that have subitems which should not change to a finger. And also not able to click on. So only the menu items ‘Plan uw bezoek’ and ‘Over museum STAAL’.

    Is that possible?

    #128663
    wensolutions
    Keymaster

    Hello,

    Regarding, displaying arrow for two menu items you have mentioned, we have already provided you with CSS and it is working fine as we have inspected your site URL.

    Also, regarding making two menu items you have mentioned non clickable, please remove the URL of the menu items (which you are willing to make non clickable) which has been added in URL section for the menu items as shown in screenshot below:

    https://prnt.sc/thi5m1

    Regards.

    #128673
    Esther
    Participant

    Thank you very much!

    #128712
    wensolutions
    Keymaster

    Hello,

    Glad we could help you.

    Regards.

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.