Has anyone attempted to modify the background color in a multi-dropdown menu using Bootstrap 5? You can find the original code here.
I am looking to change the background color for visited/active items in a multi-level dropdown menu. The code snippet below has not been successful:
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:visited,
.dropdown menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
background-color: #222222!important;
}