• criticspeak

    (@criticspeak)


    I am using the News theme as seen at http://www.criticspeak.com

    The way it’s structured by default is that the header has a small image with text next to it. This is not coded in the header.php file but rather the stylesheet.

    I am wondering how I might go about changing it so that I have a single banner image to replace this image/text combo. I like the current placement, just want to change it to an image only.

Viewing 3 replies - 1 through 3 (of 3 total)
  • WPyogi

    (@wpyogi)

    The way that is coded is that the logo is a background image (in the CSS) so all you need to do is remove that from the CSS stylesheet.

    Line 16 in style.css — delete (or comment out) the background part:

    #site-title {
        background: url("images/logo.png") no-repeat scroll 0 0 transparent;
        float: left;
        font: 48px/48px Lobster,Georgia,Times,'Times New Roman',serif;
        margin: 48px 0 0;
    }
    Thread Starter criticspeak

    (@criticspeak)

    Great, I was able to do that, thank you.

    Forgive my slowness, but I have two more questions:

    1) How do I then replace the text with a new image?

    2) How do I move that image left, justified with the “body” portion of the template?

    Thank you so much!

    Thread Starter criticspeak

    (@criticspeak)

    Figured it out, resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help with News Theme header logo’ is closed to new replies.