• Resolved Jabbok

    (@jabbok)


    It’s been about three years since I last ran a blog and my memory isn’t as good as it once was. I want to add a small image to the top of my blog and I forgot how. Can someone help me out?

    I want it on the top left and it will replace the name.

    test.pickstroke.com

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • open
    https://test.pickstroke.com/wp-admin/theme-editor.php
    add to style.css

    #logo a{
    background: url("https://cdn3.iconfinder.com/data/icons/fugue/icon/question-frame.png") no-repeat left;
    padding-left: 24px;
    }

    Thread Starter Jabbok

    (@jabbok)

    Your suggestion worked but it didn’t give me the result I was looking for. I have a transparent image but the box was white and it was too small. The box covered the “LOGO” section but didn’t fill all the area I wanted it to.

    So, maybe I should go at it this way:
    Right now my background is just a color – background: #3a2820;

    If I created an image for the entire background to replace the color, how big should that image be? I’ll use the same color in my image and then add my logo to the upper left of the image. I don’t need ALL of my logo to be seen. Part of it can be hidden behind the pad that is on the page. It will look like my image is peeking out of the top and side.

    Thread Starter Jabbok

    (@jabbok)

    I just created a new background image and that did what I wanted. Thanks for the help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding an Image’ is closed to new replies.