Hi I need all menu items which are "separator" type links to show a pointer when the cursor hovers over them. Right now when you hover over any main menu item which is a "separator" type there is no pointer showing. thank you!
Hi marleyman
I suppose you are referring to the menu modules at footers positions, if you want to add a cursor to them then add to your custom.css
.t3-footnav .t3-module .module-title { cursor:pointer; }
pavit No I'm referring to the top menu Here: https://northamptonpd.com/about-2/test.html Run your mouse over "Operations" and you'll see
marleyman
Add to your custom.css
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span { cursor:pointer; }