Submenu turns purple

Hi!

Also I have the problem that since today my submenu is purple again. However I have this in my additional CSS:

.dropdown-menu>.active>a {
background-color: #c4c1a2;
}
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
background-color: #c4c1a2;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle {
color: #000;
}
.navbar-default .navbar-nav .current-menu-ancestor a.dropdown-toggle:hover {
color: #c4c1a2;
}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{
background: #c4c1a2;
}

Can you please check what I can do to change this?
My address is:

Best,
Stephanie

Hey there,
Hope you’re doing well today

Kindly add and save the following code to Appearance > Customize > Additional CSS:

.dropdown-menu> li> a:hover {
    background-color: white!Important;
}

I hope this helps :slight_smile:

Best Regards,
Support