Title: Logo size
Last modified: July 2, 2018

---

# Logo size

 *  Resolved [josaudio](https://wordpress.org/support/users/josaudio/)
 * (@josaudio)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/)
 * Hi there,
 * I just start using wordpress and try to modify the CSS code to customize this
   elegant theme.
 * I read here and there that we can modify the size of the logo with that kind 
   of code :
 * .site-header .custom-logo {
    max-height: 200px; width: auto; }
 * I seems to work with very small value but I cannot make it bigger.
    My guess 
   is that there is some margin that limit the maximum size possible.
 * Sorry for asking, I know this is pretty basic but I am not familiar with codes.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flogo-size-76%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10454644)
 * Hello josaudio,
 * Try below css code.
 *     ```
       img.custom-logo {
         height: 120px;
       }
       ```
   
 * Hope this will helps you.
 * Thanks.
 *  Thread Starter [josaudio](https://wordpress.org/support/users/josaudio/)
 * (@josaudio)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10455701)
 * Works like a charm, thanks a lot, you made my day !
 *  Thread Starter [josaudio](https://wordpress.org/support/users/josaudio/)
 * (@josaudio)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10460957)
 * Good Morning,
 * After hours of unsuccessful attempts, I would like to know if there is a way 
   to do this with CSS additionnal code :
 * Show the main image on the Homepage, and hide it on the other pages (contact,
   philosophie, etc).
 * Many thanks,
 *  Theme Author [sprice](https://wordpress.org/support/users/susanprice/)
 * (@susanprice)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10471275)
 * Hello josaudio,
 * Thanks for your excellent questions!
    Please try this and let me know how it 
   goes:
 * .page-template .main-image {
    display: none; }
 * Cheers
 *  Theme Author [sprice](https://wordpress.org/support/users/susanprice/)
 * (@susanprice)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10485716)
 * Hi josaudio,
 * I’m marking this as resolved but please let me know if you have any other questions.
 * Thanks!
 *  Thread Starter [josaudio](https://wordpress.org/support/users/josaudio/)
 * (@josaudio)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10486663)
 * Hi Sprice,
 * Please forgive me, I was away.
    This code works fine, many thanks for your Help.
 *  Thread Starter [josaudio](https://wordpress.org/support/users/josaudio/)
 * (@josaudio)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10490749)
 * Thanks to you, the website is fine now, minimalist but efficient (for me at least).
 * Is there a way to add images in the background of the pages (equipments, philosophy,
   etc) without changing the text’s place ?
 *  Theme Author [sprice](https://wordpress.org/support/users/susanprice/)
 * (@susanprice)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10492285)
 * Hi Josaudio,
 * Thanks for the update and no problem with the timing. Yes, there is a way to 
   add images in the background of the pages.
 * From the WordPress Dashboard:
    1 – Select Appearance / Customize 2 – Select Background
   Image and Select Image You can then select an image in your Media Library or 
   upload a new file. 3 – Save & Publish The image will tile, by default.
 * I hope that helps and let me know if you have any more questions (in a new thread)
   or have new feature requests.
 * Cheers

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/idealist/1.1.5/screenshot.jpg)
 * Idealist
 * [Support Threads](https://wordpress.org/support/theme/idealist/)
 * [Active Topics](https://wordpress.org/support/theme/idealist/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/idealist/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/idealist/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [sprice](https://wordpress.org/support/users/susanprice/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/logo-size-76/#post-10492285)
 * Status: resolved