text over header image after css upgrade

  • Unknown's avatar

    Here I am again! Can’t seem to get the title in on the header image like I could before CSS…how to?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Did you try going to appearance > custom header and turning the text off there? I don’t know if that works when you have the custom CSS or not. If not, add display: none; to the following two places:

    Here for the main title

    #header a, #header a:active, #header a:hover, #header a:visited

    and then here for the “tagline”

    #header .description

  • Unknown's avatar

    Actually, the text already isn’t there, and I’m trying to find a way to get it in! I went to custom>header and it doesn’t work now that I have the CSS. I think my header looks top heavy, but I like it so much, so I thought some text would break it up a little.

  • Unknown's avatar

    Try removing the following from your CSS:

    #header h1 {
    display:none;
    }
    
    #header .description {
    display:none;
    }

    With them set to “display: none; they will not show.

  • Unknown's avatar

    Thank you, thank you! It worked wonderfully, but the default placement put the title off the edge of my photoshopped image….so I ended up going into photoshop and adding text. I am so pleased with the results. I’ve made a word document with all the questions I’ve asked and all the answers I’ve received, so I’ll never loose the the “how-to’s”. I’m marking this resolved. Thanks again.

  • Unknown's avatar

    You’re very welcome.

  • The topic ‘text over header image after css upgrade’ is closed to new replies.