• We have a centered image on our side (www.GearHeadMobileOil.com) and I need to add a yellow balloon with text in it to the top left in the header area. Help? I am not quite WP savvy yet so speak in layman’s terms please 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Instal a plug-in like Simple Custom CSS then add the following code.
    Change the url to your image.

    #header-container {
    background-image: url(http://s.w.org/about/images/logos/wordpress-logo-32-blue.png);
    background-position: 10% 10%;
    background-repeat: no-repeat;
    }

    Thread Starter jpalangi

    (@jpalangi)

    Oh how I wish I understood what you just said.

    The problem has changed thanks to me monkeying around with it. Now the header image doesn’t fit in the header space (I have changed the size of the image in the png file, I have changed the header space allowed) and I can’t figure out how to make the image small enough to fit.

    Theme Author CryoutCreations

    (@cryout-creations)

    Hi!

    I see you managed to get what you wanted. Also, if you edit the theme in any way and want to start over again, just delete, re-download and re-install the theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add 2nd image to left side of header’ is closed to new replies.