Title: Add Logo
Last modified: August 21, 2016

---

# Add Logo

 *  [robinsimple](https://wordpress.org/support/users/robinsimple/)
 * (@robinsimple)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/add-logo-6/)
 * How would I remove site title and add a logo. Thank you

Viewing 1 replies (of 1 total)

 *  [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * (@antonietta456)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/add-logo-6/#post-4960374)
 * Hi Robin,
 * I don’t think there’s an option in the admin to add a logo in this theme. It’s
   better to do this using a child theme. You need to delete the site title text
   from the theme’s customizer (Appearance > Customize > Site Title & Tagline)
 * Then in style.css of your child theme, add this rule:
 *     ```
       .site-header #logo .site-title a {
         background: transparent url(imgs/logo.gif) center center no-repeat;
         display: inline-block;
         height: 100px;
         width: 180px;
       }
       ```
   
 * Adjust width and height according to your logo image ( bit bigger is better) 
   and add your logo inside the appropriate imgs folder (or whatever you want to
   call it – make sure you update the image path accordingly), save everything and
   you should be done.
 * I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Add Logo’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Maria Antonietta Perna](https://wordpress.org/support/users/antonietta456/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/add-logo-6/#post-4960374)
 * Status: not resolved