.menu-type-page li > a,
.menu-vertical-items li > a,
.menu-vertical-2370165 li > a {
    color: white !important;  /* or any color you want */
}


:root {
    --nav-dropdown-background: #222; /* dark background */
}
.dropdown-toggle .caret {
    border-top: 4px solid #fff !important;
    border-right: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    border-bottom: 0 !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
  .nav.navbar-nav.menu-vertical-items li a {
    color: #000 !important;
}
}

 




