noclick
-
how can I add noclick to my dropdown.
I need top menu not clickable
[ 1 way ]
menus > custom links > url – “#”
it doesn’t work[ 2 way ]
– add .class to custom links:a[href="#"]{ pointer-events: none; cursor: pointer; } a.noclick, .menu-item.noclick > a{ pointer-events: none; cursor: pointer; }
– doesn’t work
- The topic ‘noclick’ is closed to new replies.