Viewing 5 replies - 1 through 5 (of 5 total)
  • style.css; add ‘text-indent:-9999px; here:

    #headerimg .description {
    	font-size: 1.2em;
    	text-align: center;
    text-indent:-9999px;
    	}

    your site takes a long time loading – firefox failed to load any personal loge at all.

    Thread Starter dawndi

    (@dawndi)

    Hello and thank you. I am still confused. This is what my Header HTML says:
    <div id=”header” role=”banner”>
    <div id=”headerimg”>
    <h1>/”><?php bloginfo(‘name’); ?></h1>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    </div>
    </div>
    <hr />

    Where would I insert it in here?
    Also, my Firefox works great so I need to have all of my friends test it. Thanks for the heads up. I hadn’t heard that before.

    what i suggested belongs into the style.css file of the theme.

    it may be a good idea to familiarize yourself with the basics of html and css:
    http://www.w3.org/Style/Examples/011/firstcss

    Hi. Thanks so much for this advice. I had the same problem, but this solved it. My theme was a little different than this one, but I found where that line should be entered. Here’s my example:

    #headertext {

    position:absolute;

    text-indent:-9999px;
    }

    The only thing I changed was to add that line about the “text-indent”, and delete the two lines there that described the position (the old position). It fixed everything.

    Thanks!

    Cheers, Kat

    Almost impossible to find this header text position unless you use a tool like FireBug (a FireFox add-on). Header text position can have any kind of name in WP css themes and going each line of code will take a really long time…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Tagline Ghosting over Logo’ is closed to new replies.