Wp-nav menu background image
-
Tried everything I can but I am having trouble adding a bacgound image to current menu item on wp nav
here is my html/php
<div class=”container nav_section”>
<div class=”nav_menu”><?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu’,
‘menu_class’ => ‘dropdown’,
‘container_id’ => ‘navigation’,
‘fallback_cb’ => ‘wp_page_menu’)); ?></div>
</div>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Wp-nav menu background image’ is closed to new replies.