Can’t Customize Navigation!!! Please Help!
-
Hi All,
I desperately need someones expertise with this! I’ll gladly donate to whomever can assist me.
I’m trying to remove or hide the text navigation links that are inserted into the header when a new page is published. I’d like to instead insert my own custom navigation buttons that I’ve created. So far I’ve inserted the following code into the header.php:
<div id="navmenu"> <ul> <li><a href"https://localhost/wordpress/"><image src="https://localhost/wordpress/wp-content/themes/royale/images/home-button.png" /></a><li> <li><a href"https://localhost/wordpress/?page_id=5"><image src="https://localhost/wordpress/wp-content/themes/royale/images/supertricks-button.png" /></a><li> </ul> </div>
and the following code into style.css.php to line them up horizontally:
#navmenu ul {margin: 0; padding: 0;
list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; }The buttons show up fine in the header, but for some reason they don’t link to the specified page in the “a href” tag! I click the images and they do nothing but refresh the current page I’m on. I can’t figure out what navigation coding in the theme files I need to change to get this done.
Please help…
- The topic ‘Can’t Customize Navigation!!! Please Help!’ is closed to new replies.