Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You can make the logo larger by editing the theme’s CSS.

    find this code in your stylesheet

    .site-logo{
    max-height: 100px;
    }

    Increase the 100px to make the logo larger.

    Hope this helps.

    Hello there,

    Just for information, actually it isn’t recommended editing the main theme’s stylesheet as the files will be overwritten once the theme gets updated. To retain the changes, you should override the style rules in the child theme’s style.css or you can use custom CSS plugin like Simple Custom CSS plugin.

    In addition, please see my reply on other thread on our support forum.

    Regards,
    Kharis

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I make the logo larger’ is closed to new replies.