• I got a theme from elegant designs called Glow. I love the layout of it, but am not able to use it yet because the picture on it really isn’t too great. How do I change just the header image in a theme template? You can check it out at https://www.mommymiracles.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • I couldn’t see logo image in your link.

    if you mean blog title and slogan, you need to replace

    <h1>
    <a href="https://mommymiracles.com/">mommy miracles</a>
    <span class="description">What makes your mommy world spin?</span>
    </h1>

    by

    <img src="your-image-path" />

    in header.php

    remember to backup things first.

    in html if you want to change header image just change from css
    #header {
    background:transparent url(images/bgr_header.png) no-repeat scroll 0;
    height:157px;
    overflow:hidden;
    width:100%;
    }
    change background image from other image.

    Thread Starter mommymiracles

    (@mommymiracles)

    thanks i am totally gonna try that tonight

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I change pic from theme?’ is closed to new replies.