Hello,
I would like to display the secondary menu only when a menu item on primary menu is hovered. I have added a CSS class (dd) to a menu entry from the main menu and the following code.
.header-bottom{display:none;}
.dd .header-bottom {display:block;}
Unfortunately this does not work and I cannot find the error.