css - Add style to subitem in wordpress -
i have created wordpress menu subitems in it.the style items same except 1 of subitem has different class(or style).in static version particular item given special class give style.but style same of other menu items.note not subitems has particular class 1 or two.
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_id' => 'nav' ) ); ?> i use wordpress theme twentythirteen.any idea?
Comments
Post a Comment