• stirboo

    (@stirboo)


    I’d like to add an image to the header.

    What’s the best way of going about this?

    Thanks,
    Richard

Viewing 1 replies (of 1 total)
  • Theme Author Serene Themes

    (@rlafranchi)

    You can add an image to the header by adding some custom css like so:

    #header {
     background: url(http://example.com/path/to/image.jpg) no-repeat center center;
    }

    I would recommend creating your own child theme if you plan on adding your own customizations. If you’re not familar with child themes, you can find more info here: http://codex.wordpress.org/Child_Themes

    The above css code can be included in your child theme’s style.css file

Viewing 1 replies (of 1 total)

The topic ‘Add image to header?’ is closed to new replies.