This topic has 4 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi,
can you help for the mega-menu? I should achieve this result which I am attaching.
https://prntscr.com/sw5wr1
Menu that when you open you see the first menu item selected and the background is equal in height for both the menu column and the mega-menu?
Thanks
Hello,
Try to add the below code to Theme Options > Custom CSS
.et_b_header-menu .secondary-menu-wrapper .menu > li:hover > a {
background-color: #e8e8e8;
}
.et_column > .et_b_header-menu .secondary-menu-wrapper .menu {
min-height: 515px;
}
Regards
ok perfect this code makes height unique.
But is it possible to see the right part and the first item already selected open on mouse-over?
Hello,
Nope, there is no such option.
Regards
You must be logged in to reply to this topic.Log in/Sign up