Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am trying to accomplish the same thing, let me know if you figure it out!

    Hi, I’m also a newbie with the same problem! I used the same wordpress theme as Kai, and tried to use the same fixes but the transparent box behind my menu disappeared.
    Also (this is probably a really stupid question) i can’t figure out how to change the menu links.. they’re all messed up but I don’t know where to start!

    here’s what i’ve got so far:

    here’s the code in my header as it is right now:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
    
    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
    
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
    <?php wp_head(); ?>
    </head>
    <body>
    <div id="menu">
      <h1><a href="<?php bloginfo('url'); ?>"><b>laurelevans</b>.com</a></h1>
      <ul>
        <li> <a href="<?php bloginfo('url'); ?>/about">ABOUT</a></li>
        <ul>
          <li><a href="/photos">PHOTOS</a></li>
          <li><a href="/video">VIDEO</a></li>
          <li><a href="/contact">CONTACT</a></li>
        </ul>
        <li><a href="<?php bloginfo('url'); ?>/blog">NEWS</a></li>
        <li><a href="<?php bloginfo('url'); ?>/work">WORK</a></li>
      </ul>
    </div>

    I’m a total beginner, forgive me!

Viewing 2 replies - 1 through 2 (of 2 total)