• Resolved jasonparkermusic

    (@jasonparkermusic)


    Hi there,

    I’m sure this is easy, but I don’t know how to do it! I’d like to remove Blog Name and Tagline from Header so that the image is the only thing seen above the Nav Bar.

    Jazz Now! Seattle

    Any help is appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding:

    #site-title,#site-description {
    position:absolute;
    top:-9000px;
    left:-9000px;
    }

    to the bottom of style.css.

    You mean at top of of your header if so then
    in style.css look for the code for your title and description

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

    add
    display:none;

    do the same for description

    Thread Starter jasonparkermusic

    (@jasonparkermusic)

    Thanks govpatel, that did it!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove Blog Name and Tagline from Header’ is closed to new replies.