Title: {Theme Harmonic}
Last modified: August 31, 2016

---

# {Theme Harmonic}

 *  [TheFilmBox.org](https://wordpress.org/support/users/thefilmboxorg/)
 * (@thefilmboxorg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-harmonic/)
 * Hi all.
 * I’d like to get a logo to appear in the top left hand side of my page where the
   title should be. I’ve done this before for other sites with other themes but 
   its always been harder than it seems to be and I’ve forgotten how. How can I 
   do it gain here?
 * Child theme? Edit CSS?
 * Thanks in advance. Greatly appreciated.
 * [Redlinegame.com](http://redlinegame.com)

Viewing 1 replies (of 1 total)

 *  [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * (@siobhyb)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/theme-harmonic/#post-7403210)
 * Hi there,
 * The simplest way to add the image to the upper left hand of your site (without
   editing your theme’s PHP files) is with some custom CSS.
 * To add custom CSS, firstly [set up a child theme](https://codex.wordpress.org/Child_Themes)
   or [activate a custom CSS plugin](https://wordpress.org/plugins/search.php?q=custom+css).
   It’s worth noting that Jetpack has a built in [custom CSS module](https://jetpack.com/support/custom-css/).
 * Enter the following snippet in either the editor for your CSS plugin or the style.
   css file of your child theme:
 *     ```
       #site-branding {
           background: url("URL_OF_IMAGE") no-repeat scroll;
           background-position: 15px 11px;
           background-size: auto 65%;
           padding-left: 80px;
       }
       ```
   
 * Change **URL_OF_IMAGE** with the URL of your image and adjust the numbers for
   sizing and padding to your liking. If you give that a try and need any help, 
   then just let me know. 🙂

Viewing 1 replies (of 1 total)

The topic ‘{Theme Harmonic}’ is closed to new replies.

## Tags

 * [logo](https://wordpress.org/support/topic-tag/logo/)
 * [title header](https://wordpress.org/support/topic-tag/title-header/)

 * 1 reply
 * 2 participants
 * Last reply from: [Siobhan](https://wordpress.org/support/users/siobhyb/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/theme-harmonic/#post-7403210)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
