Viewing 1 replies (of 1 total)
  • Hi,
    Each of your pages has a “site title” at the top. The Welkom page adds an H1 heading to that. This is intentional, with the idea of putting a big “brand” on that page. You could vanish it, or shrink it. You would edit the CSS under Appearance, Editor, style.css. In my code below, I shrink it. Notice the line that I added that contains “height”.

    #site-title {
    float:left;
    font-size:30px;
    height:0;
    line-height:36px;
    margin:0 0 18px;
    width:700px;
    }

    I was also considering “display: none;”, but I thought that maybe shrinking might be better for SEO. I’m not sure about that.

    Good luck,
    Dave

Viewing 1 replies (of 1 total)

The topic ‘wp-cufon’ is closed to new replies.