for example
recommend create a child theme
header.php
line:53
raindrops_nav_menu_primary( );
replace fllowing code
$defaults = array(
'theme_location' => 'primary',
'container' => 'div',
'container_class' => 'menu-header',
'menu_class' => 'menu',
'fallback_cb' => 'wp_page_menu',
'items_wrap' => '<ul id="%1$s" class="%2$s" >%3$s</ul>',
'container_id' => 'access',
'item_spacing' => 'discard', // default 'preserve
);
wp_nav_menu($defaults);
And
Customize / additional CSS
#top #access{
display:block!important;
}
I have not tested it, but I think it maybe work.
Please let me know if you do not work.
Thank you.
-
This reply was modified 6 years, 5 months ago by nobita.
-
This reply was modified 6 years, 5 months ago by nobita.
-
This reply was modified 6 years, 5 months ago by nobita.