Nav dropdown hover using Bootstrap 4
问题 I currently have a navbar I've made using Bootstrap 4, I was hoping someone could help me. I cannot get the dropdown to show on hover. At the moment it only works when the tab is clicked then the dropdown menu show. I would like to know how to make the dropdown menu hover? a.dropdown-item:hover { background-color: orange; color: white; text-shadow: 1px 1px grey; } /* Removing outline from navbar tabs */ a#navbarDropdown.nav-link.dropdown-toggle:active, a#navbarDropdown.nav-link.dropdown