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
Post a Comment