Top

alchymyth on "Styling Navigation menu"

May 3, 2010 by  

changing this line in style.css might help:
from this

#navmenu ul {margin: 0; padding: 0;
	list-style-type: none; list-style-image: none; }

to this

#navmenu ul {margin: 5px 0; padding: 0; display:inline-block;
	list-style-type: none; list-style-image: none; }

and then, in header.php, change the ‘wp_list_categories()’ to
wp_list_categories('title_li=');
to suppress the word ‘category’ in the list.

http://codex.wordpress.org/Template_Tags/wp_list_categories

Be Sociable, Share!
Share

Comments

Facebook comments:

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!





*
Bottom