• You can view my blog at https://www.callatonic.com. I want to change the header with just regular font “Callatonic Productions – Aim for..” to an image I had made. How do I go about doing this??? My theme is synergy and I think Im using 2.7

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter commonforte

    (@commonforte)

    anyone??????

    Inside WP_CONTENT/THEMES/YOURSELECTEDTHEME/HEADER.php

    This should be the right location if all wordpress themes follow the same structure.

    you will find this code.

    <h1 class=”blogtitle”>`

      Callatonic Productions

    `</h1>

    Replace the name(that I have underlined and made bold) with an image tag

    <img src="images/yourimage.jpg"/>

    this should work. Their is also the option to create a div with the same dimensions as your image. And in the CSS add the image as a background image. But the first way soul;d be easier. Good Luck.

    Hey I had a look,

    your image tag should look like this.

    <img src="images/yourlogo.jpg" height="116px"/>

    that way it will fit.

    Thread Starter commonforte

    (@commonforte)

    thanks…it worked I think. Is there a way to take the search symbol out of the top??

    OK, first thing go into your style.css
    {style.css on or around line 54)

    #header-back
    background:transparent url(images/black-back.png) repeat scroll left top;
    height:238px;
    }

    change your height to what I have specified

    Thread Starter commonforte

    (@commonforte)

    i got it to fit well…I just neeed that search symbol off and for some reason there is a white line at the top of the banner…do u know where this is from??

    The white line on top of your banner is part of the image, it looks like u probably put a bevel or emboss feature on it in photoshop, and that is what you are seeing.

    for the search bar, you need to go in the header.php(probably header.php) and remove the code that creates that search bar.

    should be inside a <form></form> form tags, get rid of the form tags and everything inside.

    good luck

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Changing Header Image’ is closed to new replies.