• Resolved AlpineAthena

    (@alpineathena)


    Hi,

    I’m having trouble changing my header.

    Here’s my blog: https://www.alpineathena.com/

    I want to change the White.inc part of the header to my Alpine Athena logo. When I right click on it and look at the image information this image information doesn’t appear. I get the image information for the facebook and twitter icon, but not this part of the header which I want to change.

    How to do go about changing this part of the header?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • that text is a background image:

    .logo h1 { background: url(images/logo.gif) top no-repeat; float:left; text-indent:-9999px; width:302px; }

    find it in the /images folder of the theme.

    It’s in \images\logo.gif

    From style.css, line 28

    .logo h1 {
         background: url(images/logo.gif) top no-repeat;
         float: left;
         text-indent: -9999px;
         width: 302px;
    }

    Thread Starter AlpineAthena

    (@alpineathena)

    Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing my header’ is closed to new replies.