Navigation Drawer and Custom Menu Drop-Down not working!?

Re: Navigation Drawer and Custom Menu Drop-Down not working!?

by Alexander Lebeth -
Number of replies: 0
Hello Matt,

we had the same/a similar annoying flaw. Our workaround was adding the following code to "Within HEAD" section at Site Administration > Appearance > Additional HTML:

<style>
.dropdown-item:focus-within a {
    color: #00b894;
}
.dropdown-item:hover a {
    color: #000;
    font-weight: bolder;
}
</style>

Don't forget to clear caches.