Setup Navigation of pages
-
Hi – I’m trying to setup a simple wordpress website with static pages being the focus instead of the blog. I’ve done some research and found several ways to add a top navigation to the website but I haven’t figured out how to make the nav update when I change the page names. This is important because I’m handing the site off to someone who only wants to make changes in the admin. Is there a way I can take the pages listed in the right column and list them across the top instead?
I hope someone gets what i’m asking for. Let me know if I need to clarify something.
Thanks!!
Eva
-
Thanks for the link! I’ve got the menu displaying at the top of the site now but i’m not quite sure how to update the css so the nav is running horizontal, etc.
I have this code which i used for another horizontal nav but can’t quite figure out how to make it work for this one. Any more advice? Thank you!
#menu ul {margin: 2; padding: 0;
list-style-type: none; list-style-image: none; }
#menu li {display: inline; }
#menu ul li a {text-decoration:none; margin: 4px;
padding: 5px 20px 5px 20px; color: blue;
}
#menu ul li a:hover {color: purple;
}A link to your site would help.
What you’ve posted above should work if you just substitute
.menufor#menu.thanks, that did the trick!
The topic ‘Setup Navigation of pages’ is closed to new replies.