customization code for HIVE sub-menus
-
Hiya, Can anyone please help with a customization code for HIVE sub-menus? We don’t like that it doesn’t displays the titles as a list… Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to make the submenu display as a list on Hive.
@media screen and (min-width: 1000px) { .nav--main ul > li { display: block; } .nav--main ul { max-width: 200px; left: auto; } } -
- The topic ‘customization code for HIVE sub-menus’ is closed to new replies.