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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -