Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello @lisa,
    Please add following CSS code using any https://www.ads-software.com/plugins/search.php?q=custom+css Custom CSS plugin

    img.custom-logo{
    width: 354px;
    height: 100px;
    }

    Best Regards.

    Hi Ashish

    Hope you can help

    Ive noticed if I upload a bigger (better quality) logo the theme requires that I crop it. If I don’t, the quality ends up really poor and then when your code is used it appears to ‘stretch’ the tiny version making it almost unreadable!

    Can I ask how I overcome that initial reduction by the theme when uploading a logo for the site image please?

    Hope that makes sense? (www.tapmedic.co.uk)

    Hi,
    I am struggling with the same problem at the moment. I am desperately trying to increase the logo size by modifying the theme’s child style.css or functions.php with no luck.
    I have undertaken the following so far:

    • 1. Increased pixel width, line 2771 and line 3415:
      .custom-logo {
      max-width: 210px;
      }
    • 2. Added code to the functions.php file that I found on the forum:
      add_action( 'after_setup_theme', 'child_custom_logo_setup', 11 );
      
      function child_custom_logo_setup() {
          $args = array(
          	'height' => 250,
          	'width' => 600,
          );
          add_theme_support( 'custom-logo', $args );
      }

    @dave
    I could see on your site that you managed to upload a bigger logo than predefined by WordPress.
    Would you mind to explain to me how you did it?

    Best regards to all of you,
    Janosh.

    Janosh
    I paid a guy out of Bangladesh $5 on Fiverr to do mine. Very happy with it.
    Happy to give you his details
    David

    Thank you David.
    I have got it done.
    In order to display an enlarged logo on Twenty Sixteen 1.3, go to themes\twentysixteen\inc\customizer.php. Change the ‘width’ and ‘height’ values on line 54/55. Update the value in ‘style.css’ on line 2767.
    God luck with further theme customization ??

    Yorkshire Dave,

    Who’s your Fiverr guy? I’ve had some bad ones and good ones and I’d love a recommendation!

    Cheers!

    Barb

    Barb
    om2000_cuet
    David

    Thanks David!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Larger Logo’ is closed to new replies.