Forums

when h1 is your header title AND post titles (3 posts)

  1. calliopeblogger
    Member
    Posted 4 years ago #

    I am trying to do the infamous delete the text in the header thing. Only when I put "display:none" as instructed in the awesome codex support section it not only hides my blog name (yay!), but it also hides the titles of my posts (not yay).

    The theme I am using is Vertigo. I am just not sure where to put display:none to hide the header blog text only.

    Do I need to put my code over here? (sorry I have only ever posted here once before)

    http://creatingmotherhood.com

    any help is appreciated- it looks crazy weird now.

  2. kaethy
    Member
    Posted 4 years ago #

    I'm confused. The Vertigo theme I'm using has a header image, not text.

  3. Michael Fields
    Theme Wrangler
    Posted 4 years ago #

    The theme in use is Velocity.

    Please try this code in your stylesheet (anywhere should work):
    #logo h1{display:none;}

    This way, you are only targeting h1 elements in the element with the ID of "logo" (your header).

Topic Closed

This topic has been closed to new replies.

About this Topic