diff --git a/wp-content/themes/apus-theme/assets/css/componente-navbar.css b/wp-content/themes/apus-theme/assets/css/componente-navbar.css index 7e989de2..8a0b96fd 100644 --- a/wp-content/themes/apus-theme/assets/css/componente-navbar.css +++ b/wp-content/themes/apus-theme/assets/css/componente-navbar.css @@ -132,3 +132,13 @@ background-color: rgba(255, 133, 0, 0.1); color: var(--color-orange-primary); } + +/* ======================================== + Dropdown Hover (Desktop Only) + ======================================== */ + +@media (min-width: 992px) { + .nav-item:hover > .dropdown-menu { + display: block; + } +} diff --git a/wp-content/themes/apus-theme/functions.php b/wp-content/themes/apus-theme/functions.php index 7ec25c3e..19a6694f 100644 --- a/wp-content/themes/apus-theme/functions.php +++ b/wp-content/themes/apus-theme/functions.php @@ -14,7 +14,7 @@ if (!defined('ABSPATH')) { /** * Theme Version */ -define('APUS_VERSION', '1.0.15'); +define('APUS_VERSION', '1.0.16'); /** * Theme Setup