Site URL: https://www.yokokloeden.com/
Hello,
I managed to add a dropdown menu in the primary navigation under 'SERVICES' on my website and change the background colour and font colour of the dropdown menu by adding a custom CSS.
https://www.yokokloeden.com/
However, I cannot add the hovering back (see other Primary navigation menu turns opaque on hover?) to the dropdown menu. The Custom CSS I added was below. Could anyone help, please?
/* Change dropdown menu background */
.tweak-header-primary-nav-hover-style-fade .Header-nav .Header-nav-folder {
background-color: #051e2b;
}
.Header-nav .Header-nav-folder-item {
color: #cfa96e !important;
}
.Header-nav .Header-nav-folder-item:hover {
color: opaque
}