Viewing 5 replies - 1 through 5 (of 5 total)
  • 1. WP is generating a h2 heading for the link categories. It’s stupid, but that’s how it works.
    Add to your stylesheet something like:

    .navigation h2 {
    your stuff...;}

    and style it like your h4 headings

    2. from your stylesheet:

    #masthead {
     background-image: url('images/loftlogo.jpg');
     background-repeat: no-repeat;
     width: 100%;
     background-color: #65aa69;
     }

    Nothing tells the image to go right 🙂
    background-image: url('images/loftlogo.jpg') top right;

    Thread Starter susien

    (@susien)

    Thank you for your reply. The sidebar <h2> issue is solved. 🙂

    As far as the logo….when I add top right; the logo disappears. Still confused by this…

    And one more question…what is the proper way to add a favicon to this blog? I tried to add <link rel=”shortcut icon” href=”images/favicon.ico”> to header.php inside the <head> tags, but it didn’t work.

    Thanks again!!

    Thread Starter susien

    (@susien)

    Update: I got the logo to go right by adding background-position: top right;

    Now my only problem is I need it to move down and left a bit. I will keep plugging away.

    Thanks!

    Thread Starter susien

    (@susien)

    One more update: I found out how to add the favicon:

    <link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />

    Now I just need to figure out the positioning of the logo and I’m set! 🙂

    Thread Starter susien

    (@susien)

    Final update. I figured the positioning out.

    Thanks again for your help. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘<h> Issue in Sidebar (and a logo question)’ is closed to new replies.