How to customize submenus isn wordpress theme -


i have wordpress theme , in header.php file displaying menus through line :

wp_nav_menu( 'theme_location=menu_2&menu_id=nav&container=&fallback_cb=menu_2_default'); 

now if hover menu item, displays submenus items. want change layout of submenu items section or div , can't find html of submenus. need in

this within css. since don't have link website direct common place it. (use dev tools inspect them)

something in css

.menu-top-navigation-container {...}  // first list item  #menu ul li {..} //second list item #menu ul li ul li{...} //second list item linkable text menu ul li ul li a{...} 

this hypothetical. theme different style them.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -