Title: Logo
Last modified: August 21, 2016

---

# Logo

 *  [iamjro](https://wordpress.org/support/users/iamjro/)
 * (@iamjro)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/logo-34/)
 * I wish to add a logo to my site but have no idea to use css etc. is anyone able
   to provide me a simple step by step guide?
 * [theeverydayman.co.uk](http://theeverydayman.co.uk/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/logo-34/#post-4561173)
 * Activate the custom css module in Jetpack setting if you haven’t already.
    Add
   this to custom css, you will have to change the link to your logo. You may also
   have to change the padding-left values based on your logo size.
 *     ```
       .site-branding {
           background: url('http://upload.wikimedia.org/wikipedia/commons/e/e7/Mozilla_Firefox_3.5_logo_256.png');
           background-size: contain;
           background-repeat: no-repeat;
       }
       .site-title {
           padding-left: 100px;
       }
       .site-description {
           padding-left: 100px;
       }
       ```
   
 * The down side to this method is no link to the home page for the logo.
    If you
   want the logo linked to your homepage, it will require editing a core php file
   and needs to be done in a [child-theme.](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [iamjro](https://wordpress.org/support/users/iamjro/)
 * (@iamjro)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/logo-34/#post-4561344)
 * Thanks Roy. If it turns out I do not like it with the logo how could I reverse
   this?
 *  [batharoy](https://wordpress.org/support/users/batharoy/)
 * (@batharoy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/logo-34/#post-4561347)
 * Just remove it from the custom css and update.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Logo’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fashionistas/1.9/screenshot.png)
 * Fashionistas
 * [Support Threads](https://wordpress.org/support/theme/fashionistas/)
 * [Active Topics](https://wordpress.org/support/theme/fashionistas/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fashionistas/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fashionistas/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [batharoy](https://wordpress.org/support/users/batharoy/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/logo-34/#post-4561347)
 * Status: not resolved