• Been working with WP for about 1 month. Made my own theme from scratch and want to use some graphics made using gimp and photoshop instead of any of the WP header functions. Already have it done. Just left out the tags normally in the header.php and used divs to place my graphics which have transparent backgrounds in png format. But what about SEO? Tried to put the H1 tags in a div and give it 0px height blah blah blah which didn’t work.

    Q: How does one use a custom graphic header but still have the H1 tags for SEO? Is there an easy button?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try to use:
    text-indent: -9999px;
    or
    display: none;
    or
    visibility: hidden;
    on the h1 element.

    Thread Starter edziffel

    (@edziffel)

    Totally solved the problem. Seems like a more complete list of css properties is in order.

    Thanks Alchymyth. You probably saved me hours. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full custom graphic header, but what about SEO’ is closed to new replies.