• Resolved lucasbhealy

    (@lucasbhealy)


    Hello,

    I’m working on customizing my webpage, and I already changed the default header image (www.everythinghealy.com). I did this because I knew that the default header with saved in the wp_yoghourt images files as, “intro.jpg.” so I just replaced that with my image. I’d rather make it a GIF, but I don’t know where to change the text so it looks for intro.gif instead of intro.jpg. Hope that gives you enough information, and thank you for your help!

Viewing 1 replies (of 1 total)
  • in style.css of the theme, line 455:

    #content #intro {
      background: #55453E url(images/intro.jpg) no-repeat center;
      height: 176px;
      color: white;
      padding: 0 30px 0 40px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Header for wp_yoghourt’ is closed to new replies.