Logo Bigger in Canape Theme

  • Unknown's avatar

    I need to enlarge the logo size since the letters of my logo cannot be displayed correctly. How can i do it ?

    This is my site

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    Please note the support forum for the self-hosted version of Canape you’re using can be found at https://wordpress.org/support/theme/canape/

    In this forum we only provide support for sites hosted on WordPress.com.

    You can use this CSS to make the logo bigger:

    /* Increase logo size */
    img.site-logo {
      height: 200px;
      max-height: 200px;
    }

    However, this theme takes whatever size image you upload as the logo and resizes it to 100px high before the image is even loaded. So if you use CSS to make the image bigger, it’s that 100px version that’s getting stretched, leading to loss of image quality.

    The only way to prevent that is to modify the theme itself to not resize the image in this way, but that’s not something we can help with here.

  • The topic ‘Logo Bigger in Canape Theme’ is closed to new replies.