Can't click on drop-down menu items
-
Hi,
I used the code snippet from your website to change my navbar color,font and size:
/* Adjust Menu (black) text color, (Arial) font-family, (1.5em) font-size */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display: inline;
color: grey;
font-family: Arial;
font-weight: bold;
font-size: 1.5em;The only problem is that the drop down menu tends to disappear before you can click on the item.
Website is https://camdencab.ibtsonline.co.uk
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can't click on drop-down menu items’ is closed to new replies.