• Resolved jakerip

    (@jakerip)


    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…

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you doing it on a local installation on your computer?

    Thread Starter jakerip

    (@jakerip)

    Yeah…just to test it out until I can get everything right to transfer to my live site

    <a href"http – you are missing the =
    <a href="http

    Thread Starter jakerip

    (@jakerip)

    Wow…i feel really stupid now! Thank you! I really appreciate your help. It links fine now! Tell me where to Paypal and I’ll shoot you a donation for your time…

    Thanks again!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t Customize Navigation!!! Please Help!’ is closed to new replies.