Mega Menu Implementation in custom Theme and custom css
-
Hallo, is there a special way to implement the menu in the theme?
…because i tried
<div id="menu1"> <?php wp_nav_menu(); ?> </div>and it does not work
only this implementations shows the mega menu:
<div id="menu1"> wp_nav_menu( array('menu_class' => 'nav-menu','theme_location' => 'primary',) );?> </div>i also tried to add some custom css like:
li.mega-current-menu-item { background: rgba(255, 18, 178, 1); border-radius: 8px; }, but css is simply ignored.
thx, alex
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Mega Menu Implementation in custom Theme and custom css’ is closed to new replies.