Dominik Paille
asked 10 years ago

I found a place where it said to add the code below to the Header Code but it does not work.  I want to be able to have Products and then under it have submenus like product1, product2, product3.   
<style>
.menu > li .sub-menu {
max-height: 0;
overflow: hidden;
-webkit-transition: max-height .7s;
-moz-transition: max-height .7s;
transition: max-height .7s;
}
.menu > li:hover .sub-menu {
max-height: 1000px;
}
</style>

1 Answers
DominicStaff
answered 10 years ago

Hello Dminik !
At the moment, our DW Page theme does not support to make sub-menu as you prefer. Therefore, it can not work when you add the code above.
Regards,

Dominik Paille
replied 10 years ago

Thank you. Looks like I can’t use this theme. What theme supports submenus like I want ?

Dominic Staff
replied 10 years ago

Hi,
You can use the DW Focus, DW Argo and go to the following link to find the theme support submenu:

Powered by DW Question & Answer Pro