• I’m not sure what I have done, but I seem to have removed the seven-word site description beneath my 2011 site logo.

    Dashboard says it’s still there. I’ve tried lots of style.css code changes, but am stumped. If someone can hint at what code needs to be fixed, I’d much appreciate the help.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • without a link to your site, it is virtually impossible to make any purposeful suggestions.

    the original line would be line 75 in header.php:

    <h2 id="site-description"><?php bloginfo( 'description' ); ?></h2>
    			</hgroup>

    however, the disappearance might also be caused by changes to the css…

    Thread Starter adieu

    (@adieu)

    Thread Starter adieu

    (@adieu)

    Thanks so much. This

    <?php bloginfo( 'description' ); ?>

    was missing. No idea where it went 🙂

    Must be losing my marbles…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where did I put my site description?!’ is closed to new replies.