separators between navigation links
-
I’m using the following code in my template header to add separators between navigation links,
<?php wp_nav_menu( array( 'link_after' => '<li><font color="#89dcdb">|</font></li>','theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
however, this adds a separator to the right of the last menu item. How can I go about removing this? I am new to WP and my CSS is relatively limited, so I’d be really grateful if anyone is able to explain how to do this and where code needs to sit.
Many thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘separators between navigation links’ is closed to new replies.