Submitted by Thao Huynh on September 24, 2018 - 10:08
system.admin:
title: Administration
route_name: system.admin
weight: 9
menu_name: admin
system.admin_content:
Submitted by Thao Huynh on June 25, 2014 - 10:04
This article show you how config Drupal Bootstrap theme allow show dropdown menu when hover and clickable parent menu
First add this css to your theme css, usually is style.css
@media (min-width: 768px) {
.dropdown:hover .dropdown-menu {
display: block;
}
}
Second, override theme_menu_link to remove data-toggle